Skip to content

Commit

Permalink
fix: leoric
Browse files Browse the repository at this point in the history
  • Loading branch information
gxkl committed May 28, 2024
1 parent 5d4006a commit 30a0073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/orm/lib/LeoricRegister.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Base from 'sdk-base';
import { ModelProtoManager } from './ModelProtoManager';
import { DataSourceManager, OrmConfig } from './DataSourceManager';
import Realm from 'leoric';
import { hookNames } from 'leoric/src/setup_hooks';
import { hookNames } from 'leoric/lib/setup_hooks';
import { ModelMetadata, ModelMetadataUtil } from '@eggjs/tegg-orm-decorator';

export class LeoricRegister extends Base {
Expand Down

0 comments on commit 30a0073

Please sign in to comment.