Skip to content

fix: make the sync function not look async#1

Open
alanshaw wants to merge 1 commit intoolizilla:mainfrom
alanshaw:patch-1
Open

fix: make the sync function not look async#1
alanshaw wants to merge 1 commit intoolizilla:mainfrom
alanshaw:patch-1

Conversation

@alanshaw
Copy link

@alanshaw alanshaw commented Feb 8, 2021

This function must be sync, any async work needs to be done in the function passed to event.waitUntil

Heeding the warning, this makes that function not look like it's doing async work.

> This function must be sync, any async work needs to be done in the function passed to event.waitUntil

Heeding the warning, this makes that function not look like it's doing async work.
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