fix: align backend APIs and upload flow
This commit is contained in:
@@ -42,5 +42,10 @@ namespace FileService.Infrastructure.Reposites
|
||||
x.CheckSum.Value == value
|
||||
);
|
||||
}
|
||||
|
||||
public Task<UploadFile?> FindBySourceTaskIdAsync(Guid taskId)
|
||||
{
|
||||
return db.Files.FirstOrDefaultAsync(x => x.SourceTaskId == taskId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user