Skip to content

Commit

Permalink
Set encoding:null for binary download
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini committed Sep 30, 2016
1 parent 0afde12 commit 0ab9be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/core-ReceiveAttachment/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var builder = require('botbuilder');
var restify = require('restify');
var Promise = require('bluebird');
var request = require('request-promise');
var request = require('request-promise').defaults({ encoding: null });

// Setup Restify Server
var server = restify.createServer();
Expand Down

0 comments on commit 0ab9be0

Please sign in to comment.