Clean up importers

This commit is contained in:
Gregory Schier
2023-11-10 11:39:17 -08:00
parent b6eb7418aa
commit f603867040
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) {