Skip to content

Commit

Permalink
Merge pull request #354 from brickbox-io/justin
Browse files Browse the repository at this point in the history
fix(billing): Escaped loop too early
  • Loading branch information
justinmerrell authored Apr 9, 2022
2 parents 4e1b005 + bc0e6b8 commit 9b5cd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bb_tasks/tasks/periodic.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ def resource_time_track():
"Brick Owner DNE": f"{str(brick.id)}"
}

return {
"Brick Owner": f"{str(brick.id)}"
}
# return {
# "Brick Owner": f"{str(brick.id)}"
# }



Expand Down

0 comments on commit 9b5cd83

Please sign in to comment.