Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Elin Angelow committed Jan 2, 2024
1 parent c832933 commit 1053916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/methods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const Methods = ({
wires.write(message, methodNotFound);
} else {
this.log('debug', 'Send Notification', message);
const wr = wires.write(message, methodNotFound);
const wr = wires.write(message);
resolve(wr);
}
});
Expand Down

0 comments on commit 1053916

Please sign in to comment.