mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 22:10:44 -05:00
Removed unused effects property from client/hideout/workout
endpoint
This commit is contained in:
parent
4b9c02e441
commit
464fa27758
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
export interface IWorkoutData extends Record<string, any> {
|
export interface IWorkoutData extends Record<string, any> {
|
||||||
skills: IWorkoutSkills;
|
skills: IWorkoutSkills;
|
||||||
effects: IWorkoutEffects;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IWorkoutSkills {
|
export interface IWorkoutSkills {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user