Skip to content

Commit

Permalink
Update redis.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa authored Feb 8, 2025
1 parent b6313f4 commit d56721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (r *RedisDB) UpdateProjectStatus(pull models.PullRequest, workspace string,

err = r.writePull(key, currStatus)
if err != nil {
errors.Wrap(err, "db transaction failed")
return errors.Wrap(err, "db transaction failed")
}
return nil
}
Expand Down

0 comments on commit d56721a

Please sign in to comment.