Skip to content

Commit

Permalink
change fetchpolicy pack to network-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriem-BM committed Jul 23, 2024
1 parent 8600232 commit 3b4fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/passport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const fetchPassportScore = async (account: string) => {
address: account?.toLowerCase(),
},
// TODO - Change this to back to network-only once a test case is done by QA
fetchPolicy: 'cache-and-network',
fetchPolicy: 'network-only',
});
return data;
} catch (error) {
Expand Down

0 comments on commit 3b4fc54

Please sign in to comment.