We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa4db commit 60c78f8Copy full SHA for 60c78f8
2 files changed
src/bodyguard/index.ts
@@ -132,7 +132,7 @@
132
/**
133
* # Bodyguard Decorators
134
*/
135
-import { BaseModel } from 'models';
+import { BaseModel } from '../models';
136
import 'reflect-metadata';
137
import { BodyguardOwner, UserRole } from '../enums';
138
src/database/base-db.ts
@@ -1,4 +1,4 @@
1
-import { BaseModel, BaseModelInterface } from 'models';
+import { BaseModel, BaseModelInterface } from '../models';
2
import { Connection } from 'typeorm';
3
import { DatabaseConfig } from '../environment';
4
import { ExampleUser } from '../models/example-user';
0 commit comments