diff options
Diffstat (limited to 'src/cleaners')
| -rw-r--r-- | src/cleaners/skyblock/stats.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/cleaners/skyblock/stats.ts b/src/cleaners/skyblock/stats.ts index 07d9133..c4ff545 100644 --- a/src/cleaners/skyblock/stats.ts +++ b/src/cleaners/skyblock/stats.ts @@ -61,7 +61,7 @@ export interface CleanProfileStats {      }  } -export function cleanProfileStats(statsRaw): CleanProfileStats { +export function cleanProfileStats(statsRaw: any): CleanProfileStats {      // TODO: add type for statsRaw (probably in hypixelApi.ts since its coming from there)      const stats: CleanProfileStats = {}      for (let statNameRaw in statsRaw) { | 
