Skip to content

Commit

Permalink
fix(bug): fix Travis error cron job pointing to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
1 parent 417d204 commit 8d3078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'path';
import dotenv from 'dotenv';
import routes from './routes';
import authenticate from './controllers/middleware/authenticate';
import { sendSurchargeJob } from '../src/cron/index';
import { sendSurchargeJob } from './cron/index';



Expand Down

0 comments on commit 8d3078a

Please sign in to comment.