aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFederico fuji97 Rapetti <[email protected]>2021-12-26 18:05:56 +0100
committerFederico fuji97 Rapetti <[email protected]>2021-12-26 18:05:56 +0100
commit767cbf0e6c9f50c96a2af2792909b81739e89a02 (patch)
tree317b5a3ac7f18514a679caa4e7d3b014ee2cc06b /src
parent57eef9b099bd0296659d65eddb546090dba411d7 (diff)
downloadmuse-767cbf0e6c9f50c96a2af2792909b81739e89a02.tar.xz
muse-767cbf0e6c9f50c96a2af2792909b81739e89a02.zip
Rollback to Node v16.13.0
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index ac96352..a6b6d35 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -7,7 +7,7 @@ import Bot from './bot.js';
import {sequelize} from './utils/db.js';
import Config from './services/config.js';
import FileCacheProvider from './services/file-cache.js';
-import metadata from '../package.json' assert {type: "json"};
+import metadata from '../package.json';
const bot = container.get<Bot>(TYPES.Bot);