mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-26 14:26:07 +00:00
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