Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
shahriar
instagram-service
Commits
037349bd
Commit
037349bd
authored
Jul 28, 2021
by
velayat
Browse files
lowercase search param
parent
e65ebee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.service.ts
View file @
037349bd
...
...
@@ -585,6 +585,7 @@ export class AppService implements OnApplicationBootstrap {
}
async
getUserResult
(
username
:
string
)
{
username
=
username
.
toLowerCase
()
const
userRes
=
await
this
.
resultModel
.
findOne
({
username
});
const
userIndexs
=
await
this
.
lotoryResultModel
.
find
({
username
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment