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
committed by GitHub
parent 43160a6ad7
commit d7e63ce291

View File

@@ -70,8 +70,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;
}