Skip to content

Commit 464fa27

Browse files
author
Chomp
committed
Removed unused effects property from client/hideout/workout endpoint
1 parent 4b9c02e commit 464fa27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/src/models/eft/health/IWorkoutData.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
export interface IWorkoutData extends Record<string, any> {
44
skills: IWorkoutSkills;
5-
effects: IWorkoutEffects;
65
}
76

87
export interface IWorkoutSkills {

0 commit comments

Comments
 (0)