Skip to content

Commit

Permalink
fix: style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed May 8, 2023
1 parent 00904cc commit 1af7d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export enum RESTJSONErrorCodes {
NoUsersWithDiscordTagExist = 80_004,

ReactionWasBlocked = 90_001,
UserCannotUseBurstReactions,
UserCannotUseBurstReactions,

ApplicationNotYetAvailable = 110_001,

Expand Down
2 changes: 1 addition & 1 deletion rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export enum RESTJSONErrorCodes {
NoUsersWithDiscordTagExist = 80_004,

ReactionWasBlocked = 90_001,
UserCannotUseBurstReactions,
UserCannotUseBurstReactions,

ApplicationNotYetAvailable = 110_001,

Expand Down

0 comments on commit 1af7d1e

Please sign in to comment.