fixed remove functions

This commit is contained in:
Luca Wlcek
2023-11-17 16:33:50 +01:00
parent 676db1cac1
commit 467f4ab833
2 changed files with 5 additions and 7 deletions

View File

@@ -259,8 +259,7 @@ const internalNginx = {
const allHosts = await passthroughHostModel
.query()
.where('is_deleted', 0)
.groupBy('id')
.omit(['is_deleted']);
.groupBy('id');
host = {
all_passthrough_hosts: allHosts.map((host) => {
// Replace dots in domain