Skip to content

Commit 5255a19

Browse files
committed
fixup: remove stray old comment
Signed-off-by: Lance Ball <lball@redhat.com>
1 parent 624fc79 commit 5255a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/message/http/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ function parseBinary(message: Message, version: Version): CloudEvent {
162162
}
163163
}
164164

165-
// If the body is base64 that means we are dealing with binary data
166165
const parser = parserByContentType[eventObj.datacontenttype as string];
167166
if (parser && body) {
168167
body = parser.parse(body as string);

0 commit comments

Comments
 (0)