satyarohith / sift

Sift is a routing and utility library for Deno Deploy.
https://deno.land/x/sift
MIT License
170 stars 14 forks source link

fix: change newResponse return type #17

Closed ngruychev closed 3 years ago

ngruychev commented 3 years ago

Change newResponse return type from Promise to just Response

In 2e93474, unneeded async/await keywords get removed, but the function's return type is still a Promise