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 {
|
return {
|
||||||
mimeType: "application/json",
|
mimeType: "application/json",
|
||||||
body: json,
|
body: json,
|
||||||
// todo: code change here; body.length is a mistake?
|
|
||||||
length: json.length
|
length: json.length
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue