Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
CordonZeus22 committed Nov 20, 2024
1 parent ef09653 commit 9ce7495
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ export default function TabBuild() {
}
if (teammateArtifactIds.includes(id)) {
ctMap['teammateBuildTotal']['in'].total++
if (filteredArtIdMap[id]) ctMap['teammateBuildTotal']['in'].current++
if (filteredArtIdMap[id])
ctMap['teammateBuildTotal']['in'].current++
}
})
)
Expand Down

0 comments on commit 9ce7495

Please sign in to comment.