add single client bug fixed (#1664)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user