chore: run eslint --fix

This commit is contained in:
CosminPerRam 2024-06-29 23:27:19 +03:00
parent 2c8fef316b
commit a5187f70f9
10 changed files with 61 additions and 62 deletions

View file

@ -1,12 +1,12 @@
import Core from './core.js'
export default class ragemp extends Core {
constructor() {
constructor () {
super()
this.usedTcp = true
}
async run(state) {
async run (state) {
const results = await this.request({
url: 'https://cdn.rage.mp/master/v2/',
responseType: 'json'