Skip to content

fix(readme): add missing await on provider.request() calls#273

Open
Sertug17 wants to merge 1 commit intobase:masterfrom
Sertug17:fix/readme-missing-await
Open

fix(readme): add missing await on provider.request() calls#273
Sertug17 wants to merge 1 commit intobase:masterfrom
Sertug17:fix/readme-missing-await

Conversation

@Sertug17
Copy link
Copy Markdown

Fixes #272

Added missing await on two provider.request() calls in the README examples.

Without await, the variables would hold a Promise instead of the actual result, causing unexpected behavior for anyone copying the examples.

@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented Apr 12, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@Sertug17 Sertug17 force-pushed the fix/readme-missing-await branch from 8369c1d to f3294a5 Compare April 12, 2026 15:02
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.

Bug: README code examples missing await on provider.request() calls

2 participants