Skip to content

Commit

Permalink
Merge pull request #11027 from meteorlxy/fix/import-common
Browse files Browse the repository at this point in the history
fix(core): import common package correctly
  • Loading branch information
kamilmysliwiec committed Feb 3, 2023
2 parents c7ac493 + c8e129b commit dac07fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/inspector/uuid-factory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { randomStringGenerator } from '../../common/utils/random-string-generator.util';
import { randomStringGenerator } from '@nestjs/common/utils/random-string-generator.util';
import { DeterministicUuidRegistry } from './deterministic-uuid-registry';

export enum UuidFactoryMode {
Expand Down

0 comments on commit dac07fa

Please sign in to comment.