We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193307c commit 4f2a296Copy full SHA for 4f2a296
README.md
@@ -808,7 +808,7 @@ const options = {
808
809
// Cache responses to improve speed and reduce amount of requests
810
// Only one request to the same endpoint will be initiated unless cacheLife expires for 'cache-first'.
811
- cachePolicy: 'cache-first' // 'no-cache'
+ cachePolicy: 'cache-first', // 'no-cache'
812
813
// set's the default for the `data` field
814
data: [],
0 commit comments