0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Removed unused effects property from client/hideout/workout endpoint

This commit is contained in:
Chomp 2024-11-27 12:04:08 +00:00
parent 4b9c02e441
commit 464fa27758

View File

@ -2,7 +2,6 @@
export interface IWorkoutData extends Record<string, any> {
skills: IWorkoutSkills;
effects: IWorkoutEffects;
}
export interface IWorkoutSkills {