Clean up importers

This commit is contained in:
Gregory Schier
2023-11-10 11:39:17 -08:00
parent 2a2fb07c60
commit 184ce2cb72
4 changed files with 20 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ export function pluginHookImport(contents) {
if (parsed.yaakSchema !== 1) return undefined;
return parsed.resources; // Should already be in the correct format
return { resources: parsed.resources }; // Should already be in the correct format
}
export function isJSObject(obj) {