Skip to content

Commit eee3ae6

Browse files
Merge pull request #31 from heidji/master
resolves error about incompatible class extension
2 parents 325ea22 + b89bbf9 commit eee3ae6

File tree

1 file changed

+1
-1
lines changed
  • src/@ionic-native-mocks/plugins/web-intent

1 file changed

+1
-1
lines changed

src/@ionic-native-mocks/plugins/web-intent/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class WebIntentMock extends WebIntent {
154154
/**
155155
* Returns the content of the intent used whenever the application activity is launched
156156
*/
157-
onIntent(): Observable<string> {
157+
onIntent(): Observable<any> {
158158
let response: string = '';
159159
return Observable.create((observer: Observer<any>) => {
160160
observer.next(response);

0 commit comments

Comments
 (0)