Skip to content

Commit

Permalink
lib: removes unused array in receiver_binary_1.js (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Frota <00hf11@gmail.com>
  • Loading branch information
helio-frota authored May 13, 2020
1 parent 09b0c76 commit 7665969
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bindings/http/receiver_binary_1.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const allowedContentTypes = [];
allowedContentTypes.push(Constants.MIME_JSON);
allowedContentTypes.push(Constants.MIME_OCTET_STREAM);

const allowedEncodings = [];
allowedEncodings.push(Constants.ENCODING_BASE64);

const requiredHeaders = [];
requiredHeaders.push(Constants.BINARY_HEADERS_1.TYPE);
requiredHeaders.push(Constants.BINARY_HEADERS_1.SPEC_VERSION);
Expand Down

0 comments on commit 7665969

Please sign in to comment.