Skip to content

Commit

Permalink
ws-daemon linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Dec 22, 2023
1 parent 8756c6a commit a6ff48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ws-daemon/pkg/internal/session/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ func (s *Workspace) UpdateGitStatus(ctx context.Context, persistentVolumeClaim b
err = s.persist()
if err != nil {
log.WithError(err).WithFields(s.OWI()).Warn("cannot persist latest Git status")
err = nil
}

return s.LastGitStatus, nil
Expand Down

0 comments on commit a6ff48f

Please sign in to comment.