Skip to content

Commit 89281b5

Browse files
committed
build
1 parent e5c021c commit 89281b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dist/vuex-orm-apollo.esm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8437,9 +8437,7 @@ var VuexORMApollo = /** @class */ (function () {
84378437
return [4 /*yield*/, this.apolloRequest(model, query, variables, true)];
84388438
case 1:
84398439
newData = _a.sent();
8440-
if (id)
8441-
return [2 /*return*/, VuexORMApollo.updateData(newData, dispatch, id)];
8442-
return [2 /*return*/, null];
8440+
return [2 /*return*/, this.insertData(newData, dispatch)];
84438441
case 2: return [2 /*return*/];
84448442
}
84458443
});

0 commit comments

Comments
 (0)