Skip to content

Commit

Permalink
added 2x modifier to minutes;
Browse files Browse the repository at this point in the history
  • Loading branch information
danzjamz committed Sep 6, 2024
1 parent 1f2fa56 commit ab71626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/v1/activities/activities.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class ActivitiesService {

return {
name: key,
minutes: sourcesWithMinutes[key],
minutes: sourcesWithMinutes[key] * 2,
lastActive,
}
})
Expand Down

0 comments on commit ab71626

Please sign in to comment.