Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Sep 18, 2023
1 parent 4987594 commit 5f0daea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gitpod-db/src/typeorm/team-db-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export class TeamDBImpl extends TransactionalDBImpl<TeamDB> implements TeamDB {
orgId,
});
} else {
repo.save({
await repo.save({
...team,
...update,
});
Expand Down

0 comments on commit 5f0daea

Please sign in to comment.