mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
Refactor: Remove legacy code and improve import statements across multiple files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ms from 'ms'
|
||||
|
||||
export default class Util {
|
||||
export class Util {
|
||||
|
||||
async wait(ms: number): Promise<void> {
|
||||
// Safety check: prevent extremely long or negative waits
|
||||
|
||||
Reference in New Issue
Block a user