Skip to content

Commit

Permalink
Update packages/sdk/src/inscription/collection.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Benedict Pak <[email protected]>
  • Loading branch information
veralygit and Nanosync authored Oct 29, 2024
1 parent cdd72f6 commit 154e0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/inscription/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function publishCollection({
...options
}: PublishCollectionOptions) {
if (chain !== "bitcoin" && chain !== "fractal-bitcoin") {
throw new OrditSDKError("Invalid chain supplied.")
throw new OrditSDKError("Invalid chain supplied")
}

if (!validateInscriptions(inscriptions)) {
Expand Down

0 comments on commit 154e0d0

Please sign in to comment.