Commit db5fa01b authored by nanahira's avatar nanahira

fix

parent 73db6be9
Pipeline #17467 passed with stages
in 1 minute and 31 seconds
......@@ -126,7 +126,7 @@ export class MirrorService extends ConsoleLogger {
private async runMirror() {
const query = this.db
.createQueryBuilder()
.select(['archive.path', 'archive.size'])
.select(['archive.path', 'archive.size', 'archive.hash'])
.distinctOn(['archive.path'])
.from(Archive, 'archive')
.where('archive.size <= :maximumMirroredSize', { maximumMirroredSize: this.maximumMirroredSize });
......
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