Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Feb 13, 2022
1 parent 4b12073 commit 0cef757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1337,5 +1337,5 @@ const selectMenu = new SelectMenuComponent({
});

new ActionRow({
components: [selectMenu, button],
components: [selectMenu.toJSON(), button.toJSON()],
});

0 comments on commit 0cef757

Please sign in to comment.