Commit e7e2f5e3 authored by James Lopez's avatar James Lopez

Attempt to fix board_service.js

parent 5752bbab
......@@ -20,7 +20,6 @@ export default class BoardService {
static generateIssuePath(boardId, id) {
return `${gon.relative_url_root}/-/boards/${boardId ? `${boardId}` : ''}/issues${id ? `/${id}` : ''}`;
<<<<<<< HEAD
}
allBoards() {
......@@ -51,8 +50,6 @@ export default class BoardService {
deleteBoard({ id }) {
return axios.delete(this.generateBoardsPath(id));
=======
>>>>>>> upstream/master
}
all() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment