Skip to content

Commit

Permalink
fix: use blob type
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
joaosa and Alan Shaw authored May 30, 2024
1 parent f9e3951 commit aef5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3-blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ type GetBlobReceipt = {
type GetBlobOk = {
cause: Link<Task>
blob: blob
blob: Blob
}
type ISO8601Date = string
Expand Down

0 comments on commit aef5e88

Please sign in to comment.