Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jan 31, 2024
1 parent 76da2c5 commit 6c2345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/submission/makeEmbed.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function addPathsToEmbed(texture) {
});

return Object.entries(tmp).map(([edition, paths]) => ({
name: edition[0].toUpperCase + edition.slice(1),
name: edition[0].toUpperCase() + edition.slice(1),
value: paths.join("\n"),
}));
}

0 comments on commit 6c2345d

Please sign in to comment.