Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 14, 2025
1 parent 6f876fb commit aaedce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/overrides/controllers/ProfileController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export class ProfileControllerOverride extends Override {
overAllCounters: playerScav.Stats.Eft.OverallCounters,
},
},
};
//Todo: we're casting as IGetOtherProfileResponse, check if we're missing any other properties here as we shouldn't be casting this
} as IGetOtherProfileResponse;
};
},
{ frequency: "Always" },
Expand Down

0 comments on commit aaedce2

Please sign in to comment.