Skip to content

Commit

Permalink
πŸ› Correct optional data field for interaction event
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 25, 2024
1 parent 1c4df09 commit bc64ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ponder/ponder.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default createSchema((p) => ({

user: p.hex(),
type: p.enum("InteractionEventType"),
data: p.json(),
data: p.json().optional(),

timestamp: p.bigint(),
},
Expand Down

0 comments on commit bc64ca7

Please sign in to comment.