Skip to content

Commit d9671a6

Browse files
committed
Fix #28
1 parent 727db40 commit d9671a6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "vue-apollo",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Vue apollo integration",
55
"main": "index.js",
66
"scripts": {
77
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
88
"prepublish": "npm run compile",
9-
"watch": "npm-watch"
9+
"ev": "npm-watch"
1010
},
1111
"watch": {
1212
"compile": "src/*.js"

src/smart-apollo.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ export class SmartQuery extends SmartApollo {
161161

162162
executeApollo (variables) {
163163
const oldForceFetch = this.options.forceFetch
164-
if (this.starting) {
165-
this.options.forceFetch = true
166-
}
167164

168165
if (this.options.forceFetch && this.observer) {
169166
// Refresh query

0 commit comments

Comments
 (0)