From 5f0daea4d67852b9d3a1e350dd48529109e55126 Mon Sep 17 00:00:00 2001 From: Huiwen Date: Mon, 18 Sep 2023 15:30:40 +0000 Subject: [PATCH] fixup --- components/gitpod-db/src/typeorm/team-db-impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gitpod-db/src/typeorm/team-db-impl.ts b/components/gitpod-db/src/typeorm/team-db-impl.ts index bc3866097ce1b6..af6b4b77d7b9d9 100644 --- a/components/gitpod-db/src/typeorm/team-db-impl.ts +++ b/components/gitpod-db/src/typeorm/team-db-impl.ts @@ -390,7 +390,7 @@ export class TeamDBImpl extends TransactionalDBImpl implements TeamDB { orgId, }); } else { - repo.save({ + await repo.save({ ...team, ...update, });