@keystrokehq/platform 0.0.143 → 0.0.144

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3121,7 +3121,7 @@ function withProjectRuntime() {
3121
3121
  const organization = await require_dist$2.selectOrganizationById(project.organizationId);
3122
3122
  if (!organization) return c.json({ error: "Organization not found" }, 404);
3123
3123
  const url = require_dist$2.resolveOrgDatabaseUrl(organization);
3124
- await require_dist$2.runWithOrganizationScope(project.organizationId, () => require_dist$2.runWithProjectDatabase({
3124
+ return require_dist$2.runWithOrganizationScope(project.organizationId, () => require_dist$2.runWithProjectDatabase({
3125
3125
  url,
3126
3126
  searchPath: organization.dbSchema
3127
3127
  }, async () => require_dist$2.runWithProjectScope(project.id, async () => require_dist$2.runWithTenantScope(project.organizationId, async () => {
@@ -3926,4 +3926,4 @@ Object.defineProperty(exports, "startPlatformServer", {
3926
3926
  }
3927
3927
  });
3928
3928
 
3929
- //# sourceMappingURL=start-eb5N4STA.cjs.map
3929
+ //# sourceMappingURL=start-DGwGOG3U.cjs.map