MerrionComputing / AzureFunctions-TheLongRun-Leagues

Demo code for CQRS on Event Grid
The Unlicense
15 stars 5 forks source link

Some functions async but not returning a task #2

Closed MerrionComputing closed 5 years ago

MerrionComputing commented 5 years ago

Function 'OnCreateLeagueCommand' is async but does not return a Task. Your function may not run correctly.

Function 'OnSetLeagueEmailAddressCommandHandler' is async but does not return a Task. Your function may not run correctly.