Skip to content

Commit f2f85d1

Browse files
committed
rename file from js to jsx
1 parent 8baafa4 commit f2f85d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js renamed to src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const link = new ApolloLink(operation => {
7676
observer.next(result);
7777
observer.complete();
7878
} catch (err) {
79-
observer.error.bind(observer);
79+
observer.error(err);
8080
}
8181
});
8282
});

0 commit comments

Comments
 (0)