⬆️ go 1.18 compatibility

This commit is contained in:
Nicolas Lepage
2022-07-28 00:08:56 +02:00
parent 624ed00220
commit 163b49702b
9 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ func Serve(handler http.Handler) func() {
h.ServeHTTP(res, Request(args[0]))
resolve(res)
resolve(res.JSResponse())
}()
return resPromise