diff --git a/src/models/index.ts b/src/models/index.ts index 86728fd..da7b2e4 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -19,7 +19,7 @@ import UserDiscount from './userDiscount.model'; import Rate from './rate.model'; import Payment from './payment.model'; import Settings from './settings.model'; -import Purchase from './Purchase.model'; +import Purchase from './purchase.model'; const Models = { User,