diff --git a/client/src/www/app/main.cordova.ts b/client/src/www/app/main.cordova.ts index d1de4caed4..3c6381bdf6 100644 --- a/client/src/www/app/main.cordova.ts +++ b/client/src/www/app/main.cordova.ts @@ -79,7 +79,7 @@ class CordovaErrorReporter extends SentryErrorReporter { class CordovaMethodChannel implements MethodChannel { async invokeMethod(methodName: string, params: string): Promise { switch (methodName) { - case 'fetchResource': + case 'FetchResource': // TODO(fortuna): wire generic calls in the Cordova plugin. return pluginExecWithErrorCode('fetchResource', params); default: