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
476384c7
Commit
476384c7
authored
Jul 29, 2021
by
velayat
Browse files
add last update
parent
b0d76b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.service.ts
View file @
476384c7
...
...
@@ -504,7 +504,8 @@ export class AppService implements OnApplicationBootstrap {
(
response
.
before_mentions
=
userRes
.
mentions_before
),
(
response
.
followed_before_mentions
=
userRes
.
followed_before
),
(
response
.
pending_mentions
=
userRes
.
pending_mentions
),
(
response
.
score
=
userRes
.
score
);
(
response
.
last_update
=
userRes
[
'
updatedAt
'
]),
(
response
.
score
=
userRes
.
score
);
userIndexs
.
forEach
((
index
)
=>
{
response
.
lottory_chances_codes
.
push
(
index
.
index
.
toString
());
});
...
...
@@ -574,6 +575,7 @@ export class AppService implements OnApplicationBootstrap {
}
export
class
ResultResponse
{
last_update
:
Date
;
username
:
string
;
valid_mentions
:
number
;
followed_before_mentions
:
number
;
...
...
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