Fix import bug temporarily
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// require('ssl-root-cas').inject();
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
|
||||
|
||||
import Logging from "@hibas123/nodelogging";
|
||||
import * as _Logging from "@hibas123/nodelogging";
|
||||
import { createHash } from "crypto";
|
||||
import * as dotenv from "dotenv";
|
||||
import { decode } from "html-entities";
|
||||
@ -14,6 +14,7 @@ import { message } from "telegraf/filters";
|
||||
import * as fs from "fs";
|
||||
import lodash from 'lodash'
|
||||
|
||||
const Logging = (_Logging.default as any).default as typeof _Logging.default;
|
||||
|
||||
Promise.resolve().then(async () => {
|
||||
const { Low, LowSync } = await import("lowdb");
|
||||
|
Reference in New Issue
Block a user