chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-12 16:33:06 +00:00
parent e4b6efc3eb
commit 04bc012c17
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ export const layer = Layer.effect(
)
}
}).pipe(
Effect.tapCause((cause) => Effect.logError("failed to run data migrations").pipe(Effect.annotateLogs("cause", cause))),
Effect.tapCause((cause) =>
Effect.logError("failed to run data migrations").pipe(Effect.annotateLogs("cause", cause)),
),
Effect.ignore,
Effect.forkScoped,
)