Skip to content

Commit

Permalink
✔ Ketinggalan Pasang ~ 😒
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Aug 23, 2023
1 parent 45573c6 commit ab1bd00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1692798260788,
"timestamp": 1692798594372,
"index": "/index.html",
"assetGroups": [
{
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/api/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ import { SocketIoService } from './services/socket-io.service';
import { RssFeedTasksService } from './scheduler/rss-feed-tasks.service';
import { SitemapService } from './scheduler/sitemap-tasks.service';
import { TrackerStatisticsService } from './scheduler/tracker-statistics-tasks.service';
import { VpsBillingService } from './scheduler/vps-billing.service';

import { AnimeService } from './repository/anime.service';
import { ApiKeyService } from './repository/api-key.service';
Expand Down Expand Up @@ -266,6 +267,7 @@ import { UserService } from './repository/user.service';
RssFeedTasksService,
SitemapService,
TrackerStatisticsService,
VpsBillingService,
// Service Entities
AnimeService,
ApiKeyService,
Expand Down

0 comments on commit ab1bd00

Please sign in to comment.