mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
refactor: object shorthand (#2882)
This commit is contained in:
parent
b7eb65f819
commit
18c9de0a18
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function calculateRank({
|
|||
|
||||
const level = LEVELS[THRESHOLDS.findIndex((t) => rank * 100 <= t)];
|
||||
|
||||
return { level: level, percentile: rank * 100 };
|
||||
return { level, percentile: rank * 100 };
|
||||
}
|
||||
|
||||
export { calculateRank };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue