Skip to content

Commit

Permalink
left a trailing log behind
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Apr 27, 2023
1 parent 9082eed commit b5602df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "347096063569559553",
"github": "WolfPlugs"
},
"version": "1.2.6",
"version": "1.2.7",
"updater": {
"type": "github",
"id": "WolfPlugs/GlobalBadges"
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function start(): Promise<void> {
res,
) => {
const [badges, setBadges] = React.useState<CustomBadges | null>(null);
console.log(res);

React.useEffect(() => {
(async () => {
await fetchBadges(id, setBadges);
Expand Down

0 comments on commit b5602df

Please sign in to comment.