Skip to content

Commit

Permalink
fix(plugins/community/splatoon): upgrade s3si version
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jul 25, 2023
1 parent 1a95c68 commit cea9e43
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 90 deletions.
2 changes: 1 addition & 1 deletion source/plugins/community/splatoon/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal
icon: await imports.imgb64(assets.stages[data.detail.coopStage.name]),
},
date: data.detail.playedTime,
grade: data.detail.afterGrade.name,
grade: data.detail.afterGrade?.name ?? "",
})),
),
}
Expand Down
Loading

0 comments on commit cea9e43

Please sign in to comment.