Skip to content

Commit 7665969

Browse files
authored
lib: removes unused array in receiver_binary_1.js (#158)
Signed-off-by: Helio Frota <[email protected]>
1 parent 09b0c76 commit 7665969

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/bindings/http/receiver_binary_1.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const allowedContentTypes = [];
3333
allowedContentTypes.push(Constants.MIME_JSON);
3434
allowedContentTypes.push(Constants.MIME_OCTET_STREAM);
3535

36-
const allowedEncodings = [];
37-
allowedEncodings.push(Constants.ENCODING_BASE64);
38-
3936
const requiredHeaders = [];
4037
requiredHeaders.push(Constants.BINARY_HEADERS_1.TYPE);
4138
requiredHeaders.push(Constants.BINARY_HEADERS_1.SPEC_VERSION);

0 commit comments

Comments
 (0)