This commit is contained in:
2025-12-29 21:45:16 +03:30
parent 0f1f472adb
commit 85067f0373
4 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import { PointTransaction } from './entities/point-transaction.entity';
WalletTransaction,
PointTransaction
]),
JwtModule, RestaurantsModule, WalletTransactionRepository],
JwtModule, RestaurantsModule],
exports: [UserService, WalletService, UserRepository, WalletTransactionRepository],
})
export class UserModule { }