mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(lint): remove unused params
This commit is contained in:
parent
c3b0a73507
commit
3239491144
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const api = {};
|
||||
|
||||
api.sendMessage = function sendMessage (message, key) {
|
||||
api.sendMessage = function sendMessage () {
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue