* Fix: JSON5.parse is not a function * update changelog * update chglog --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
parent
c5a0c01e4e
commit
cb8f1617c7
|
@ -1,4 +1,4 @@
|
|||
import * as JSON5 from "json5";
|
||||
import JSON5 from "json5";
|
||||
import { IsNull, MoreThan } from "typeorm";
|
||||
import config from "@/config/index.js";
|
||||
import { fetchMeta } from "@/misc/fetch-meta.js";
|
||||
|
|
Loading…
Reference in New Issue