mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Begone import assertion
This commit is contained in:
parent
ed275b229a
commit
fd0b966e83
@ -12,7 +12,8 @@ import MPServer from './models/MPServer.js';
|
||||
import xjs from 'xml-js';
|
||||
import axios from 'axios';
|
||||
import moment from 'moment';
|
||||
import tokens from './tokens.json' assert {type: 'json'};
|
||||
const tokens = JSON.parse(readFileSync('src/tokens.json', {encoding:'utf8'}));
|
||||
// Import assertion warning workaround yes
|
||||
|
||||
let importconfig:Config
|
||||
try{
|
||||
|
Loading…
Reference in New Issue
Block a user