Skip to content

Commit

Permalink
Fix bug with failing updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jan 9, 2017
1 parent 4a8ec95 commit 5ae9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusion.js
Expand Up @@ -1076,7 +1076,7 @@ Fusion.discordMessages = {
} }
).then(() => { ).then(() => {
resolve(); resolve();
}).catch(() => { }).catch((err) => {
console.log(err); console.log(err);
reject(err); reject(err);
}); });
Expand Down

0 comments on commit 5ae9654

Please sign in to comment.