Skip to content

Commit

Permalink
Fix: activity time (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSim93 authored Nov 21, 2024
1 parent b58d4ce commit 12eb36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/converters/utils/prepareActionsTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const prepareActionsTime = (
pullRequest?.user.login || invalidUserLogin,
"total",
"actionsTime",
openingHour,
mergingHour,
"merged",
];
set(collection, userKeys, get(collection, userKeys, 0) + 1);
Expand Down

0 comments on commit 12eb36d

Please sign in to comment.