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
e7592c49
Commit
e7592c49
authored
Jul 27, 2021
by
soheib
Browse files
fix import
parent
e54f4eb1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/
comptition
.schema.ts
→
src/
LottoryResult
.schema.ts
View file @
e7592c49
File moved
src/app.module.ts
View file @
e7592c49
...
...
@@ -4,7 +4,7 @@ import { AccountFollowersSchema } from './account.followers';
import
{
AppController
}
from
'
./app.controller
'
;
import
{
AppService
}
from
'
./app.service
'
;
import
{
CommentSchema
}
from
'
./comment.schema
'
;
import
{
LottoryResultSchema
}
from
'
./
comptition
.schema
'
;
import
{
LottoryResultSchema
}
from
'
./
LottoryResult
.schema
'
;
import
{
RequestSchema
}
from
'
./request.schema
'
;
import
{
ResultSchema
}
from
'
./result.schema
'
;
...
...
src/app.service.ts
View file @
e7592c49
...
...
@@ -13,7 +13,7 @@ import { CleanedComments, MentionDocument } from './interface/IcleandComment';
import
{
AccountFollowersDocument
}
from
'
./account.followers
'
;
import
{
CommentStatus
,
UserAllMention
}
from
'
./interface/UserAllMentions
'
;
import
{
ResultDocument
}
from
'
./result.schema
'
;
import
{
LottoryResultDocument
}
from
'
./
comptition
.schema
'
;
import
{
LottoryResultDocument
}
from
'
./
LottoryResult
.schema
'
;
@
Injectable
()
export
class
AppService
implements
OnApplicationBootstrap
{
...
...
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