Skip to content

Commit

Permalink
fix typo in txmetdata
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Aug 30, 2022
1 parent ae155b8 commit 4faa25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/services/bolt/txMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const userDirectTxMetadata = {
}
export const userActionTxMetadata = {
txMetadata: {
type: NEO4J_BROWSER_USER_QUERY,
type: NEO4J_BROWSER_USER_ACTION_QUERY,
app: NEO4J_BROWSER_APP_ID
}
}
Expand Down

0 comments on commit 4faa25d

Please sign in to comment.