Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add api for get balance ( external users ) #410

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

hichri-louay
Copy link
Contributor

No description provided.

@hichri-louay hichri-louay merged commit ae6a047 into develop Feb 5, 2024
2 checks passed
@hichri-louay hichri-louay deleted the fix-issues-campaigns branch February 5, 2024 15:33
@@ -1397,8 +1403,8 @@
? JSON.parse(req.query.idWallet)
: req.query.idWallet
if (idWallet) {
let userId = await UserExternalWallet.findOne({walletId: idWallet});
var idNode = userId.UserId;
let user = await UserExternalWallet.findOne({walletId: idWallet});

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant