fix(ClientUser): Remove token assignment (#10953)

fix(ClientUser): remove token assignment
This commit is contained in:
Jiralite
2025-06-25 16:15:17 +01:00
parent 15f7571243
commit 507b696792

View File

@@ -64,8 +64,6 @@ class ClientUser extends User {
},
});
this.client.token = data.token;
this.client.rest.setToken(data.token);
const { updated } = this.client.actions.UserUpdate.handle(data);
return updated ?? this;
}