Implement parsing

This commit is contained in:
2025-11-22 11:10:03 +09:00
parent 8095bf8ebc
commit dfb60cb9f0
8 changed files with 102 additions and 13 deletions

View File

@ -77,7 +77,7 @@
root.GetProperty("path").GetString(),
root.GetProperty("fileName").GetString(),
UploaderId,
DateTime.Now);
DateTime.UtcNow);
fileToParseId = fileToParse.Id;
}
catch (Exception e)