Commit f6d8b2a9 authored by nanahira's avatar nanahira

fix

parent eaabbdb4
Pipeline #4938 passed with stages
in 3 minutes and 21 seconds
...@@ -166,7 +166,7 @@ export class UpdateService extends ConsoleLogger { ...@@ -166,7 +166,7 @@ export class UpdateService extends ConsoleLogger {
.subQuery() .subQuery()
.select('file.path') .select('file.path')
.from(ArchiveFile, 'file') .from(ArchiveFile, 'file')
.andWhere('file.archiveId = archive.id') .where('file.archiveId = archive.id')
.getQuery()})`, .getQuery()})`,
{ requestedFiles: requestedFiles } { requestedFiles: requestedFiles }
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment