Work accross sites?

This commit is contained in:
Owen
2025-09-11 11:42:37 -07:00
parent 90188d4358
commit 612446c3c9
4 changed files with 40 additions and 35 deletions

View File

@@ -98,6 +98,7 @@ export async function applyBlueprint(
const decoded = Buffer.from(blueprint, "base64").toString("utf-8");
// then parse the json
const blueprintParsed = JSON.parse(decoded);
// Update the blueprint in the database
await applyBlueprintFunc(orgId, blueprintParsed);
} catch (error) {