Skip to content

Commit

Permalink
fix: remove unused juggler import
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Jan 31, 2019
1 parent f946d48 commit 83756fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {<%= repositoryTypeClass %>, juggler} from '@loopback/repository';
import {<%= repositoryTypeClass %>} from '@loopback/repository';
import {<%= modelName %>} from '../models';
import {<%= dataSourceClassName %>} from '../datasources';
import {inject} from '@loopback/core';
Expand Down

0 comments on commit 83756fa

Please sign in to comment.