Skip to content

Commit

Permalink
Fix #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 29, 2017
1 parent 727db40 commit d9671a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vue-apollo",
"version": "1.3.0",
"version": "1.3.1",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"prepublish": "npm run compile",
"watch": "npm-watch"
"ev": "npm-watch"
},
"watch": {
"compile": "src/*.js"
Expand Down
3 changes: 0 additions & 3 deletions src/smart-apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ export class SmartQuery extends SmartApollo {

executeApollo (variables) {
const oldForceFetch = this.options.forceFetch
if (this.starting) {
this.options.forceFetch = true
}

if (this.options.forceFetch && this.observer) {
// Refresh query
Expand Down

0 comments on commit d9671a6

Please sign in to comment.