Skip to content

Commit 6ba8bc5

Browse files
committed
fix: make prettier and linter happy
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 42f215f commit 6ba8bc5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • services/apps/git_integration/src/crowdgit/database

services/apps/git_integration/src/crowdgit/database/crud.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -856,10 +856,7 @@ async def insert_member_organizations(rows: list[dict]) -> list[dict]:
856856

857857
created_rows.extend(
858858
await query(
859-
insert_sql
860-
+ f" VALUES {', '.join(values_parts)}"
861-
+ conflict_sql
862-
+ returning_sql,
859+
insert_sql + f" VALUES {', '.join(values_parts)}" + conflict_sql + returning_sql,
863860
tuple(params),
864861
)
865862
)

0 commit comments

Comments
 (0)