mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-06-05 22:19:29 +02:00
remove unused params
This commit is contained in:
3
utils.js
3
utils.js
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable no-underscore-dangle */
|
||||||
const config = require('./config');
|
const config = require('./config');
|
||||||
|
|
||||||
// utils functions
|
// utils functions
|
||||||
@ -55,7 +56,7 @@ function templateDevicesList(data) {
|
|||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
function templateError(data) {
|
function templateError() {
|
||||||
const msg = 'Error, check the server.log';
|
const msg = 'Error, check the server.log';
|
||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user