refactor(project): remove async facade exports (#22387)

This commit is contained in:
Kit Langton
2026-04-14 12:49:20 -04:00
committed by GitHub
parent 64171db173
commit 020c47a055
7 changed files with 117 additions and 121 deletions

View File

@@ -57,7 +57,9 @@ const seed = async () => {
}
await Session.updateMessage(message)
await Session.updatePart(part)
await Project.update({ projectID: Instance.project.id, name: "E2E Project" })
await AppRuntime.runPromise(
Project.Service.use((svc) => svc.update({ projectID: Instance.project.id, name: "E2E Project" })),
)
},
})
} finally {