Skip to content

Commit b027949

Browse files
committed
format
1 parent aec0398 commit b027949

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
@@ -642,9 +642,9 @@ async def update_quotas(
642642
computed_quotas = {}
643643

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

0 commit comments

Comments
 (0)