Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed May 7, 2024
1 parent f7b370c commit cec2c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI
await this.socketService.init()
}

public async leaveCommunity() {
public async leaveCommunity(): Promise<boolean> {
this.logger('Running leaveCommunity')

await this.closeAllServices({ saveTor: true, purgeLocalDb: true })
Expand Down

0 comments on commit cec2c0d

Please sign in to comment.