add logging for dissociations
This commit is contained in:
parent
bde8b31cf9
commit
4355b49e6f
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ class Service {
|
|||
|
||||
async dissociation_procedure(discord_user_id: string): Promise<SimpleResult> {
|
||||
try {
|
||||
log("dissociating user", discord_user_id);
|
||||
await this.state.remove_user(discord_user_id);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue