add single client bug fixed (#1664)

This commit is contained in:
Ali Rahimi
2024-01-23 11:00:21 +01:00
committed by GitHub
parent b172d450e3
commit 538fc9b365
2 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -964,7 +964,7 @@
settings: '{"clients": [' + clients.toString() + ']}',
};
await this.submit(`/panel/inbound/addClient`, data, true)
await this.submit(`/panel/inbound/addClient`, data)
},
async addGroupClient(clients, dbInboundIds) {