remove unused params
This commit is contained in:
parent
2717dc8ebd
commit
4ff36dd095
3
utils.js
3
utils.js
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable no-underscore-dangle */
|
||||
const config = require('./config');
|
||||
|
||||
// utils functions
|
||||
|
@ -55,7 +56,7 @@ function templateDevicesList(data) {
|
|||
return msg;
|
||||
}
|
||||
|
||||
function templateError(data) {
|
||||
function templateError() {
|
||||
const msg = 'Error, check the server.log';
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue