Skip to content

Commit b896fed

Browse files
committed
style: apply eslint
1 parent 5260e94 commit b896fed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/types/AugmentedTypes.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,14 @@ export type SkyblockProfilesResponse = Omit<
221221
profiles: SkyBlockProfile[];
222222
};
223223

224-
export type SkyblockMuseumResponse = Omit<Paths.V2SkyblockMuseum.Get.Responses.$200, 'profile'> &
224+
export type SkyblockMuseumResponse = Omit<
225+
Paths.V2SkyblockMuseum.Get.Responses.$200,
226+
"profile"
227+
> &
225228
Record<string, unknown> & {
226229
success?: true;
227230
members: {
228-
[key: string]: SkyBlockMuseumMember | undefined
231+
[key: string]: SkyBlockMuseumMember | undefined;
229232
};
230233
};
231234

0 commit comments

Comments
 (0)