mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
chore: run eslint --fix
This commit is contained in:
parent
2c8fef316b
commit
a5187f70f9
10 changed files with 61 additions and 62 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import Core from './core.js'
|
||||
|
||||
export default class minetest extends Core {
|
||||
constructor() {
|
||||
constructor () {
|
||||
super()
|
||||
this.usedTcp = true
|
||||
}
|
||||
|
||||
async run(state) {
|
||||
async run (state) {
|
||||
const servers = await this.request({
|
||||
url: 'https://servers.minetest.net/list',
|
||||
responseType: 'json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue