From d3c92cdb92e37963dfb4ec69da9c728747d671a5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 21 Apr 2018 19:43:42 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 src/store/mutations.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/store/mutations.js b/src/store/mutations.js
index 1f729db..2ad29a6 100644
--- a/src/store/mutations.js
+++ b/src/store/mutations.js
@@ -30,5 +30,5 @@
   MARK_TODO_COMPLETED(state, index) {
     console.log("INFO - MARK_TODO_COMPLETED");
     state.todos[index].completed = !state.todos[index].completed;
-  },
+  }
 };

--
Gitblit v1.9.3