mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
chore: run eslint --fix
This commit is contained in:
parent
2c8fef316b
commit
a5187f70f9
10 changed files with 61 additions and 62 deletions
|
|
@ -17,13 +17,12 @@ if (argv._.length >= 1) {
|
|||
|
||||
const gamedig = new GameDig(options)
|
||||
|
||||
let protocolList = []
|
||||
const protocolList = []
|
||||
Object.keys(protocols).forEach((key) => protocolList.push(key))
|
||||
|
||||
const services = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3']
|
||||
const protocolListFiltered = protocolList.filter((protocol) => !services.includes(protocol))
|
||||
|
||||
|
||||
const run = async () => {
|
||||
for (const protocol of protocolListFiltered) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue