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 45c0328 commit 51dba2dCopy full SHA for 51dba2d
src/lib/GoogleApi.js
@@ -20,7 +20,7 @@ export const GoogleApi = function(opts) {
20
let loading = false;
21
let channel = null;
22
let language = opts.language;
23
- let region = null;
+ let region = opts.region || null;
24
25
let onLoadEvents = [];
26
0 commit comments