Skip to content

Commit 29e8f04

Browse files
committed
Store metadata
Signed-off-by: paulhenri-l <25308170+paulhenri-l@users.noreply.github.com>
1 parent d3a555e commit 29e8f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/world-postgres/src/storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ export function createHooksStorage(drizzle: Drizzle): Storage['hooks'] {
469469
runId,
470470
hookId: data.hookId,
471471
token: data.token,
472+
metadata: data.metadata as any,
472473
ownerId: '', // TODO: get from context
473474
projectId: '', // TODO: get from context
474475
environment: '', // TODO: get from context

0 commit comments

Comments
 (0)