Skip to content

Commit

Permalink
Make runner name optional
Browse files Browse the repository at this point in the history
Apparently this field can be null sometimes
  • Loading branch information
Leonhard Riedisser committed Jun 26, 2024
1 parent 505c7e0 commit 864f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Runners.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Relude

data Runner = Runner
{ runnerId :: Id Runner,
runnerName :: Name Runner,
runnerName :: Maybe (Name Runner),
runnerDescription :: Description,
runnerIpAddress :: IpAddress,
runnerTagList :: [Tag]
Expand Down

0 comments on commit 864f1b4

Please sign in to comment.