Remove comment

This commit is contained in:
RMidhunSuresh 2021-12-01 11:20:38 +05:30
parent 3fbf65355d
commit e9cea73357

View file

@ -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 {