Skip to content

Commit 5f0daea

Browse files
committed
fixup
1 parent 4987594 commit 5f0daea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/team-db-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export class TeamDBImpl extends TransactionalDBImpl<TeamDB> implements TeamDB {
390390
orgId,
391391
});
392392
} else {
393-
repo.save({
393+
await repo.save({
394394
...team,
395395
...update,
396396
});

0 commit comments

Comments
 (0)