This commit is contained in:
@@ -392,7 +392,7 @@ public class ApiController {
|
||||
|
||||
FileEntity fileEntity = optionalFileEntity.get();
|
||||
|
||||
Path path = Paths.get(fileEntity.getFilePath());
|
||||
Path path = Paths.get(fileEntity.getProtectedFilePath());
|
||||
File file = path.toFile();
|
||||
|
||||
NoCopyCheckResult noCopyCheckResult = noCopyFileService.checkFile(file,
|
||||
|
||||
Reference in New Issue
Block a user