Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/andela/nazgul-cfh into c…
Browse files Browse the repository at this point in the history
…hat-with-players

# Conflicts:
#	public/js/services/game.js
#	public/views/question.html
  • Loading branch information
topseySuave committed Apr 23, 2018
1 parent ac05828 commit c56d527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/game.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
/* eslint-disable import/no-unresolved, import/extensions */

import mongoose from 'mongoose';

Expand Down
2 changes: 1 addition & 1 deletion app/models/game.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
/* eslint-disable import/extensions, import/no-unresolved */
import mongoose from 'mongoose';

const { Schema } = mongoose;
Expand Down

0 comments on commit c56d527

Please sign in to comment.