Skip to content

Commit 1fdc072

Browse files
committed
format
1 parent 91e6b98 commit 1fdc072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/btrixcloud/orgs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ async def update_quotas(
641641
computed_quotas = {}
642642

643643
if mode == "add":
644-
update[0]["$set"]["quotaUpdates"]["$concatArrays"][1][0]["context"] = (
645-
context
646-
)
644+
update[0]["$set"]["quotaUpdates"]["$concatArrays"][1][0][
645+
"context"
646+
] = context
647647
for field, value in quotas.model_dump().items():
648648
if field == "context":
649649
continue

0 commit comments

Comments
 (0)