Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 5, 2023
1 parent 2990e6a commit a0b3b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/entities/Guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export class Guild extends BaseClass {
...this,
unavailable: this.unavailable == false ? undefined : true,
channel_ordering: undefined,
roles: this.roles.map(x => x.toJSON())
roles: this.roles.map((x) => x.toJSON()),
};
}
}

0 comments on commit a0b3b3b

Please sign in to comment.