Skip to content

Commit

Permalink
feat: remove plausible service
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Nov 17, 2024
1 parent 1f6e6d1 commit 93c9700
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 91 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ INVENTORY_CACHETIME=300000
WITCH_IT_ENDPOINT=
WITCH_IT_AUTH_TOKEN=

PLAUSIBLE_HOST=
2 changes: 0 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { StatsModule } from './stats/stats.module';
import { QuestsModule } from './quests/quests.module';
import { UserQuest } from './quests/entities/userQuest.entity';
import { Quest } from './quests/entities/quest.entity';
import { PlausibleModule } from './plausible/plausible.module';
import { WitchItModule } from 'src/witchit/witchit.module';

@Module({
Expand Down Expand Up @@ -73,7 +72,6 @@ import { WitchItModule } from 'src/witchit/witchit.module';
SearchModule,
StatsModule,
QuestsModule,
PlausibleModule,
],
controllers: [],
providers: [],
Expand Down
31 changes: 0 additions & 31 deletions src/plausible/plausible.controller.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/plausible/plausible.module.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/plausible/plausible.service.ts

This file was deleted.

0 comments on commit 93c9700

Please sign in to comment.