Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Dec 3, 2024
1 parent 5c51517 commit 4344ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/www/app/main.cordova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class CordovaErrorReporter extends SentryErrorReporter {
class CordovaMethodChannel implements MethodChannel {
async invokeMethod(methodName: string, params: string): Promise<string> {
switch (methodName) {
case 'fetchResource':
case 'FetchResource':
// TODO(fortuna): wire generic calls in the Cordova plugin.
return pluginExecWithErrorCode<string>('fetchResource', params);
default:
Expand Down

0 comments on commit 4344ca8

Please sign in to comment.