fix lint error in MetaService
This commit is contained in:
@@ -202,7 +202,7 @@ export class MetaService implements OnApplicationShutdown {
|
|||||||
.createQueryBuilder(MiInstance, 'instance')
|
.createQueryBuilder(MiInstance, 'instance')
|
||||||
.update()
|
.update()
|
||||||
.set({ [field]: value })
|
.set({ [field]: value })
|
||||||
.where('(lower(reverse("host")) || \'.\') LIKE ANY (:patterns)', {patterns})
|
.where('(lower(reverse("host")) || \'.\') LIKE ANY (:patterns)', { patterns })
|
||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user