Skip to content

Conversation

@mekkyz
Copy link
Owner

@mekkyz mekkyz commented Oct 24, 2023

New feature to track services

await sleep(delay) // wait for 1 second

// if not in the browser, skip the fetch
if (!browser) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make guards a single line: if (!browser) return

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.

2 participants