Skip to content

Commit

Permalink
fix server side code
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 2, 2020
1 parent 9c554c0 commit 2f6464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fetch-handler.js
Expand Up @@ -24,7 +24,7 @@ class AbortError extends Error {
const patchNativeFetchForSafari = (nativeFetch) => {
// Try to patch fetch only on Safari
if (
!navigator ||
typeof navigator === 'undefined' ||
!navigator.vendor ||
navigator.vendor !== 'Apple Computer, Inc.'
) {
Expand Down

0 comments on commit 2f6464c

Please sign in to comment.