Merge pull request '[PR]: fix: JSON5.parse error' (#10272) from nmkj/calckey:fix-json5 into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10272
This commit is contained in:
Kainoa Kanter 2023-06-06 16:39:51 +00:00
commit 84506b606d

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