mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Defined devID variable in isDev.js
This commit is contained in:
parent
9b67506558
commit
1f259d95ac
@ -1,7 +1,7 @@
|
|||||||
module.exports = function (devList, authorID){
|
module.exports = function (devList, authorID){
|
||||||
let response = false;
|
let response = false;
|
||||||
Object.keys(devList).forEach(function(oneDev) {
|
Object.keys(devList).forEach(function(oneDev) {
|
||||||
devID = devList[oneDev];
|
let devID = devList[oneDev];
|
||||||
if(authorID == devID){
|
if(authorID == devID){
|
||||||
response = true;
|
response = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user