Skip to content

Commit

Permalink
Knexfile moved to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterden committed Jan 24, 2018
1 parent d9e38e0 commit 45061c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/bot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import webshot from 'webshot'
import Telegraf from 'telegraf'
import Markup from 'telegraf/markup'

import dbConfig from './config/knexfile'
import dbConfig from '../knexfile'
import { messages, themes, langs } from './config/messages'
import { tlsOptions, webshotOptions, url, ENV } from './config/config'

Expand Down

0 comments on commit 45061c2

Please sign in to comment.