Fix: #10955 TypeError: JSON5.parse is not a function (#10956)

* Fix: JSON5.parse is not a function

* update changelog

* update chglog

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
CaffeeLake 2023-06-05 21:44:28 +09:00 committed by Namekuji
parent c5a0c01e4e
commit cb8f1617c7
No known key found for this signature in database
GPG key ID: B541BD6E646CABC7

View file

@ -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";