Skip to content

Commit

Permalink
fix hint string generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucalabs-de committed Aug 28, 2023
1 parent b8d8a3e commit c42abf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Util/Builders.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ buildHintString :: Map Text Variant -> String
buildHintString = Data.Map.foldrWithKey (\k v s -> s ++ showEntry k v) ""
where
showEntry k v = "(" ++ unpack k ++ "," ++ show v ++ ")"
show (Variant (ValueAtom (AtomText x))) = unpack x
show (Variant x) = showValue True x

buildEwwNotification ::
Expand Down

0 comments on commit c42abf3

Please sign in to comment.