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
45570e82
Commit
45570e82
authored
Aug 05, 2021
by
soheib
Browse files
update result schema
parent
34a84516
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/result.schema.ts
View file @
45570e82
...
...
@@ -17,9 +17,6 @@ export class Result {
@
Prop
()
pending_mentions
:
number
;
@
Prop
()
score
:
number
;
@
Prop
()
valid_users
:
Array
<
string
>
;
...
...
@@ -28,5 +25,11 @@ export class Result {
@
Prop
()
pending_users
:
Array
<
string
>
;
@
Prop
()
likes
:
number
@
Prop
()
score
:
number
;
}
export
const
ResultSchema
=
SchemaFactory
.
createForClass
(
Result
);
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