Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Nov 10, 2022
1 parent c17f563 commit c210821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Primary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class DynamicaPrimary {

if (result[0].status === 'rejected') {
this.logger
.scope('Primary', this.id)
.scope('Primary', this.id, 'delete')
.error('Failed to delete discord:', result[0].reason);
}

Expand Down

0 comments on commit c210821

Please sign in to comment.