From 235f36814fe4fccb7c19d9401906beedda9464af Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 29 Nov 2022 00:58:48 -0800 Subject: [PATCH] Fix name of color attribute on JobSkill --- types/JobSkill.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/JobSkill.d.ts b/types/JobSkill.d.ts index 412000ce..f1067964 100644 --- a/types/JobSkill.d.ts +++ b/types/JobSkill.d.ts @@ -7,7 +7,7 @@ interface JobSkill { ja: string } slug: string - group: number + color: number main: boolean base: boolean sub: boolean