Skip to content

Commit

Permalink
👽 nothing importante
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Nov 24, 2023
1 parent 99d9e9c commit 175eb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/notifier/providers/DiscordNotifierProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const notify = (name, status, notifier, desc) => {

hook.setUsername('eMusk');
hook.send(message)
.catch((r) => error(r));
.catch(error);
};

/**
Expand All @@ -38,7 +38,7 @@ const hello = (name, notifier) => {

hook.setUsername('eMusk');
hook.send(message)
.catch((r) => error(r));
.catch(error);
};

/**
Expand Down

0 comments on commit 175eb06

Please sign in to comment.