Skip to content

Commit

Permalink
only 8.10.7 breaking change fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
L0neGamer committed Sep 9, 2023
1 parent 6d6f777 commit 3f2f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Internal/Types/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ objectFromMaybes = object . catMaybes
--
-- Public creation of this datatype should be done using the relevant smart
-- constructors for Emoji, Sticker, or Avatar.
data Base64Image a = Base64Image { mimeType :: T.Text, base64Data :: B.StrictByteString }
data Base64Image a = Base64Image { mimeType :: T.Text, base64Data :: B.ByteString }
deriving (Show, Read, Eq, Ord)

-- | The ToJSON instance for Base64Image creates a string representation of the
Expand Down

0 comments on commit 3f2f7d3

Please sign in to comment.