Skip to content

Commit

Permalink
fix: unnecessary type casting
Browse files Browse the repository at this point in the history
  • Loading branch information
zoruka committed Aug 7, 2024
1 parent 48f5c04 commit 78da2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SolanaSignMessageTest() {

toast({
title: ConstantsUtil.SigningSucceededToastTitle,
description: signature as Uint8Array,
description: signature,
type: 'success'
})
} catch (err) {
Expand Down

0 comments on commit 78da2ac

Please sign in to comment.