Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix: set underlying Duration str
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Dec 19, 2023
1 parent 27a94b6 commit 5c44103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ func convert(raw any, from, to Kind) (Value, error) {
if err != nil {
return EmptyValue, err
}
v.str = val
v.raw = d
return v, nil
}
Expand Down

0 comments on commit 5c44103

Please sign in to comment.