This commit is contained in:
Gregory Schier
2024-07-21 16:04:29 -07:00
parent 5ba18af021
commit 4cbfe50fce
2 changed files with 2 additions and 188 deletions

View File

@@ -1,4 +1,4 @@
export function pluginHookImport(ctx: any, contents: string) {
export function pluginHookImport(_ctx: any, contents: string) {
let parsed;
try {
parsed = JSON.parse(contents);