Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
was breaking because I spelled cordova wrong
  • Loading branch information
Abby Wheelis committed Oct 18, 2023
1 parent 1d4752d commit e0dc3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/splash/startprefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function writeConsentToNative() {
//note that this calls to the notification API,
//so should not be called until we have notification permissions
//see https://github.com/e-mission/e-mission-docs/issues/1006
return window['cordiva'].plugins.BEMDataCollection.markConsented(_req_consent);
return window['cordova'].plugins.BEMDataCollection.markConsented(_req_consent);
};

//used in ConsentPage
Expand Down

0 comments on commit e0dc3bb

Please sign in to comment.