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 fa04441 commit 641076dCopy full SHA for 641076d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@focus-reactive/graphql-content-layer",
3
- "version": "3.2.7",
+ "version": "3.2.8",
4
"private": false,
5
"main": "dist/index.js",
6
"scripts": {
src/fetch-pages.js
@@ -254,6 +254,8 @@ const fetchData = async (
254
? '$'
255
: timezone.includes('London')
256
? '£'
257
+ : timezone.includes('Canada')
258
+ ? 'C$'
259
: '€',
260
},
261
};
0 commit comments