Skip to content

Commit

Permalink
fix(client): fix issue with navigation from a note with the forward/b…
Browse files Browse the repository at this point in the history
…ack keys (#267)

Co-authored-by: Luke Thomas <[email protected]>
  • Loading branch information
YummyBacon5 and Zoobdude authored Oct 15, 2024
1 parent c35761f commit 13c9144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-client/src/modules/notes/notes.constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const NOTE_ID_REGEX = /[0-7][0-9A-HJKMNP-TV-Z]{25}/gi;
export const NOTE_ID_REGEX = /[0-7][0-9A-HJKMNP-TV-Z]{25}/i;

0 comments on commit 13c9144

Please sign in to comment.