Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Fixup require of i18n in db
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Aug 18, 2014
1 parent 3ee3e82 commit 4c42b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config = require './config'
winston = require 'winston'
debug = (require 'debug')('Chatbot:db')
api = require './api'
{ __, __n } = require '../i18n'
{ __, __n } = require './i18n'

sqlite = require 'sqlite3'
do sqlite.verbose if process.env.DEBUG
Expand Down

0 comments on commit 4c42b91

Please sign in to comment.