mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +00:00
fix lint error in MetaService
This commit is contained in:
parent
abac2f785a
commit
fad82000f0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue