Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISSY API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fachschaft Angewandte Informatik DEPRECATED
Fachschaftsrat
LISSY API
Commits
3f04982d
Verified
Commit
3f04982d
authored
2 years ago
by
Adrian Paschkowski
Browse files
Options
Downloads
Patches
Plain Diff
Lint fixes
parent
3bc939b2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.eslintignore
+2
-0
2 additions, 0 deletions
.eslintignore
src/subscriptions/subscription.service.ts
+1
-3
1 addition, 3 deletions
src/subscriptions/subscription.service.ts
src/utils/token-code.scheduler.ts
+1
-1
1 addition, 1 deletion
src/utils/token-code.scheduler.ts
with
4 additions
and
4 deletions
.eslintignore
0 → 100644
+
2
−
0
View file @
3f04982d
dist/
node_modules/
This diff is collapsed.
Click to expand it.
src/subscriptions/subscription.service.ts
+
1
−
3
View file @
3f04982d
import
{
Injectable
}
from
'
@nestjs/common
'
;
@
Injectable
()
export
class
SubscriptionService
{
}
export
class
SubscriptionService
{}
This diff is collapsed.
Click to expand it.
src/utils/token-code.scheduler.ts
+
1
−
1
View file @
3f04982d
import
{
Inject
,
Injectable
}
from
"
@nestjs/common
"
;
import
{
Inject
,
Injectable
}
from
'
@nestjs/common
'
;
import
{
PrismaService
}
from
'
../prisma/prisma.service
'
;
import
{
Cron
}
from
'
@nestjs/schedule
'
;
import
{
PubSub
}
from
'
graphql-subscriptions
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment