diff --git a/build/index.js b/build/index.js index d8795c6..552c536 100644 --- a/build/index.js +++ b/build/index.js @@ -1468,7 +1468,7 @@ const prepareActionsTime = (pullRequest, events = [], collection) => { pullRequest?.user.login || constants_1.invalidUserLogin, "total", "actionsTime", - openingHour, + mergingHour, "merged", ]; (0, lodash_1.set)(collection, userKeys, (0, lodash_1.get)(collection, userKeys, 0) + 1); diff --git a/src/converters/utils/prepareActionsTime.ts b/src/converters/utils/prepareActionsTime.ts index 13a43e7..7d29c49 100644 --- a/src/converters/utils/prepareActionsTime.ts +++ b/src/converters/utils/prepareActionsTime.ts @@ -56,7 +56,7 @@ export const prepareActionsTime = ( pullRequest?.user.login || invalidUserLogin, "total", "actionsTime", - openingHour, + mergingHour, "merged", ]; set(collection, userKeys, get(collection, userKeys, 0) + 1);