Skip to content

Commit 0f96e60

Browse files
authored
Update GoogleApiComponent.js
1 parent a2eff71 commit 0f96e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GoogleApiComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const defaultCreateCache = options => {
1717
const language = options.language || 'en';
1818
const url = options.url;
1919
const client = options.client;
20-
const region = options.region || null;
20+
const region = options.region;
2121

2222
return ScriptCache({
2323
google: GoogleApi({

0 commit comments

Comments
 (0)