API Key from env #74
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
haspr
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/parastats!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "parabit/add-api-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure if it matters, but only thing I see that I wasn't sure about was if you wanted to include more data after the : here or if it wasn't needed
Otherwise, LGTM
@ -6,2 +6,3 @@try {const response = await fetch("https://alpha.parasite.dev/aggregator/pool/pool.status", {const apiUrl = process.env.API_URL;if (!apiUrl) {Added