mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Fix merge errors
This commit is contained in:
parent
2e11c0e82b
commit
40036109ef
1 changed files with 0 additions and 4 deletions
|
|
@ -9,12 +9,8 @@ app = require '../app'
|
|||
serverError = require './serverError'
|
||||
MongoStore = require('connect-mongo')(express)
|
||||
priv = require './private'
|
||||
<<<<<<< HEAD
|
||||
habitrpgStore = require './store'
|
||||
middleware = require './middleware'
|
||||
=======
|
||||
habitrpgStore = require('./store')
|
||||
>>>>>>> b1f7c3cdfa9363b26b59f6e651ccf0d680313773
|
||||
|
||||
## RACER CONFIGURATION ##
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue