Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waki285 committed Aug 3, 2023
1 parent d8f3cc4 commit 60715a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ app.post("/interactions", async (c) => {
}
} else if (interaction.type === InteractionType.MessageComponent) {
if (isMessageComponentButtonInteraction(interaction)) {

return;
}
}

Expand Down

0 comments on commit 60715a4

Please sign in to comment.