mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-05 18:26:12 +01:00
fixed get my assets
This commit is contained in:
@@ -27,6 +27,7 @@ export class AuthService {
|
||||
name: 'user',
|
||||
},
|
||||
});
|
||||
|
||||
let balance = 1000;
|
||||
if (promoCode && promoCode.value) {
|
||||
balance = promoCode.value;
|
||||
|
||||
Reference in New Issue
Block a user