Skip to content

Commit

Permalink
fix($autoload): Remove forgotten debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Oct 30, 2018
1 parent a02edda commit 84c9bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/_autoload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { noop, compose } from 'whook/dist/libs/utils';
import { noop, compose } from '../libs/utils';
import { initializer, constant, name } from 'knifecycle';
import {
flattenSwagger,
Expand Down

0 comments on commit 84c9bc2

Please sign in to comment.