Skip to content

Commit

Permalink
fix(hasura): mismatch on variables
Browse files Browse the repository at this point in the history
  • Loading branch information
n3n committed May 21, 2020
1 parent 7c05dd1 commit 592b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hasura/src/hasura.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const exampleEvent = {
type EventOperation = 'INSERT' | 'UPDATE' | 'DELETE' | 'MANUAL';

type EventPayload = {
sessionVariables: Record<string, string>;
session_variables: Record<string, string>;
op: EventOperation;
data: { old: unknown; new: unknown | unknown[] };
};
Expand Down

0 comments on commit 592b14e

Please sign in to comment.