Skip to content

Add missing await when executing fulfill actions#820

Open
defaultpepe wants to merge 1 commit intoProjectOpenSea:mainfrom
defaultpepe:main
Open

Add missing await when executing fulfill actions#820
defaultpepe wants to merge 1 commit intoProjectOpenSea:mainfrom
defaultpepe:main

Conversation

@defaultpepe
Copy link

Fix missing await when calling executeAllFulfillActions() in the README examples.

Previously, the function was invoked without awaiting the returned Promise, which could lead to incorrect behavior and confusion for users.
The examples now correctly await the transaction execution, ensuring the code works as expected and matches the async API design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant