We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a555e commit 29e8f04Copy full SHA for 29e8f04
packages/world-postgres/src/storage.ts
@@ -469,6 +469,7 @@ export function createHooksStorage(drizzle: Drizzle): Storage['hooks'] {
469
runId,
470
hookId: data.hookId,
471
token: data.token,
472
+ metadata: data.metadata as any,
473
ownerId: '', // TODO: get from context
474
projectId: '', // TODO: get from context
475
environment: '', // TODO: get from context
0 commit comments