Refactor: Remove legacy code and improve import statements across multiple files

This commit is contained in:
2025-11-03 20:03:42 +01:00
parent baf25103f7
commit 36452e77e2
15 changed files with 19 additions and 93 deletions

View File

@@ -25,7 +25,7 @@ type ActivityKind =
| { type: 'unsupported' }
export default class Activities {
export class Activities {
private bot: MicrosoftRewardsBot
private handlers: ActivityHandler[] = []

View File

@@ -4,7 +4,7 @@ import { DashboardData, MorePromotion, PromotionalItem, PunchCard } from '../int
import { MicrosoftRewardsBot } from '../index'
import JobState from '../util/JobState'
import Retry from '../util/Retry'
import { Retry } from '../util/Retry'
import { AdaptiveThrottler } from '../util/AdaptiveThrottler'
export class Workers {