queued status

This commit is contained in:
Alexey 2020-11-27 17:21:56 +01:00
parent f011b6f9c5
commit 1af36c8475
6 changed files with 25 additions and 17 deletions

View file

@ -1,6 +1,6 @@
require('dotenv').config()
const jobType = require('./jobTypes')
const { jobType } = require('./constants')
const tornConfig = require('torn-token')
module.exports = {
netId: Number(process.env.NET_ID) || 42,