Skip to content

Commit 7f4dda3

Browse files
authored
changed onError to lowercase
1 parent be2ea1d commit 7f4dda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/GoogleApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const GoogleApi = function(opts) {
3232
channel: channel,
3333
language: language,
3434
region: region,
35-
onError: 'ERROR_FUNCTION'
35+
onerror: 'ERROR_FUNCTION'
3636
};
3737

3838
let paramStr = Object.keys(params)

0 commit comments

Comments
 (0)