We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de0cc5 commit e44fa6aCopy full SHA for e44fa6a
spec/helper.ts
@@ -80,7 +80,7 @@ export function runHandler(
80
const body =
81
typeof this.sentBody === "undefined"
82
? toSend
83
- : this.sentBody + ((toSend as string) || "");
+ : this.sentBody + String(toSend || "");
84
this.end(body);
85
}
86
0 commit comments