Closed wdvr closed 5 years ago
when an invalid subscription is requested, hub should return 4XX or 5XX. We could do this by making ValidateSubscriptionJob.Run() return a Task<boolean>
ValidateSubscriptionJob.Run()
Task<boolean>
it is there after all.
when an invalid subscription is requested, hub should return 4XX or 5XX. We could do this by making
ValidateSubscriptionJob.Run()
return aTask<boolean>