Browse Source

Send data as string

master
Tony Kovanen 9 years ago
parent
commit
b7396a3bfc
  1. 2
      lib/index.js

2
lib/index.js

@ -87,7 +87,7 @@ export default class Now extends EventEmitter {
method: 'POST', method: 'POST',
body: { body: {
sha, sha,
data, data: data.toString(),
file: toRelative(name, this._path), file: toRelative(name, this._path),
deploymentId: this._id deploymentId: this._id
} }

Loading…
Cancel
Save