Skip to content

Commit b9c5a54

Browse files
marioestradarosadhmlau
authored andcommitted
fix: imports core and context in repository mixin
Signed-off-by: Mario Estrada <[email protected]>
1 parent 3ee6a8f commit b9c5a54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/repository/src/mixins/repository.mixin.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ import {juggler, Repository} from '../repositories';
2323

2424
const debug = debugFactory('loopback:repository:mixin');
2525

26+
// FIXME(rfeng): Workaround for https://github.com/microsoft/rushstack/pull/1867
27+
/* eslint-disable @typescript-eslint/no-unused-vars */
28+
import * as loopbackContext from '@loopback/core';
29+
import * as loopbackCore from '@loopback/core';
30+
2631
/* eslint-enable @typescript-eslint/no-unused-vars */
2732

2833
/**

0 commit comments

Comments
 (0)