Skip to content

Commit d385637

Browse files
author
Guillaume Chau
committed
Merge branch 'master' of github.com:Akryum/vue-apollo
2 parents 02e9063 + d339cb8 commit d385637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smart-subscription.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default class SmartSubscription extends SmartApollo {
3434
const ucb = apolloOptions.updateQuery && apolloOptions.updateQuery.bind(this.vm)
3535
apolloOptions.updateQuery = (...args) => {
3636
rcb(...args)
37-
ucb && ucb(...args)
37+
return ucb && ucb(...args)
3838
}
3939
}
4040
this.sub = this.options.linkedQuery.subscribeToMore(apolloOptions)

0 commit comments

Comments
 (0)