Skip to content

Commit

Permalink
tweak: sanitize email and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jan 7, 2025
1 parent a25382a commit e42c378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/types/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1240,4 +1240,7 @@ func (b *Build) StatusSanitize() {
if b.Repo != nil {
b.Repo.StatusSanitize()
}

b.Email = nil
b.DeployPayload = nil
}

0 comments on commit e42c378

Please sign in to comment.