mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 12:20:10 +00:00
Compare commits
1 Commits
760b0d3685
...
3035d5d54c
Author | SHA1 | Date | |
---|---|---|---|
|
3035d5d54c |
@@ -258,7 +258,6 @@ const internalAccessList = {
|
||||
})
|
||||
.where('access_list.is_deleted', 0)
|
||||
.andWhere('access_list.id', data.id)
|
||||
.groupBy('access_list.id')
|
||||
.allowGraph('[owner,items,clients,proxy_hosts.[certificate,access_list.[clients,items]]]')
|
||||
.first();
|
||||
|
||||
|
Reference in New Issue
Block a user