forked from mystiq/hydrogen-web
Remove comment
This commit is contained in:
parent
3fbf65355d
commit
e9cea73357
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export function encodeBody(body: Record<string, any>): IEncodedBody {
|
|||
return {
|
||||
mimeType: "application/json",
|
||||
body: json,
|
||||
// todo: code change here; body.length is a mistake?
|
||||
length: json.length
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue