Fix file save process
This commit is contained in:
@ -74,8 +74,8 @@
|
||||
{
|
||||
var root = args.JsonResponse.RootElement;
|
||||
var fileToParse = await FileToParseService.AddFileToParseAsync(
|
||||
root.GetProperty("Path").GetString(),
|
||||
root.GetProperty("FileName").GetString(),
|
||||
root.GetProperty("path").GetString(),
|
||||
root.GetProperty("fileName").GetString(),
|
||||
UploaderId,
|
||||
DateTime.Now);
|
||||
fileToParseId = fileToParse.Id;
|
||||
|
||||
Reference in New Issue
Block a user