Skip to content

Commit bab41a1

Browse files
committed
test(lint): fix
1 parent 3e582d3 commit bab41a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-apollo/src/smart-apollo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export default class SmartApollo {
122122
{
123123
immediate: true,
124124
deep: this.options.deep,
125-
}
126-
)
125+
},
126+
),
127127
)
128128
} else {
129129
this.executeApollo(this.options.variables)

0 commit comments

Comments
 (0)