chore: code formatting
This commit is contained in:
@@ -114,4 +114,4 @@ async function statistics({login, graphql, queries, start, end, calendar}) {
|
||||
//Compute average
|
||||
average = (values.reduce((a, b) => a + b, 0) / values.length).toFixed(2).replace(/[.]0+$/, "")
|
||||
return {streak, max, average}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user