diff options
Diffstat (limited to 'xray/api.go')
| -rw-r--r-- | xray/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xray/api.go b/xray/api.go index 727ab526..3a2dddd6 100644 --- a/xray/api.go +++ b/xray/api.go @@ -92,7 +92,7 @@ func (x *XrayAPI) DelInbound(tag string) error { return err } -func (x *XrayAPI) AddUser(Protocol string, inboundTag string, user map[string]interface{}) error { +func (x *XrayAPI) AddUser(Protocol string, inboundTag string, user map[string]any) error { var account *serial.TypedMessage switch Protocol { case "vmess": |
