Skip to content

Commit c051f8d

Browse files
committed
Remove deprecated todo
1 parent 9eadf27 commit c051f8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vuex-orm-apollo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export default class VuexORMApollo {
199199

200200
if (id) {
201201
const model = this.getModel(state.$name);
202-
// TODO use mutate here too
203202
const mutationName = `delete${upcaseFirstLetter(model.singularName)}`;
204203
await this.mutate(mutationName, { id }, dispatch, model, false);
205204

0 commit comments

Comments
 (0)