Skip to content

Commit 6817321

Browse files
author
Guillaume Chau
committed
fix(ApolloQuery): default update function
1 parent 359c02f commit 6817321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApolloQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747

4848
update: {
4949
type: Function,
50-
default: () => data => data,
50+
default: data => data,
5151
},
5252

5353
skip: {

0 commit comments

Comments
 (0)