Skip to content

Commit

Permalink
re-add missing URL hash field
Browse files Browse the repository at this point in the history
  • Loading branch information
samc621 committed Jan 12, 2024
1 parent 6585820 commit 46296d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -27,6 +27,7 @@ var preservedUrlFields = [
"protocol",
"query",
"search",
"hash"

Check failure on line 30 in index.js

View workflow job for this annotation

GitHub Actions / lint

Missing trailing comma
];

// Create handlers that pass events from native requests
Expand Down

0 comments on commit 46296d9

Please sign in to comment.