Skip to content

Commit cea9e43

Browse files
committed
fix(plugins/community/splatoon): upgrade s3si version
1 parent 1a95c68 commit cea9e43

File tree

2 files changed

+280
-90
lines changed

2 files changed

+280
-90
lines changed

source/plugins/community/splatoon/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal
216216
icon: await imports.imgb64(assets.stages[data.detail.coopStage.name]),
217217
},
218218
date: data.detail.playedTime,
219-
grade: data.detail.afterGrade.name,
219+
grade: data.detail.afterGrade?.name ?? "",
220220
})),
221221
),
222222
}

0 commit comments

Comments
 (0)