Compare commits

..

No commits in common. "3f3aacd7ec757f8888c97e258fb99c6bc74860b4" and "9687e9e450eaf7370f9c17dbfbdd4e2cbf4032d3" have entirely different histories.

View File

@ -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();