Skip to content

Commit

Permalink
Merge branch 'feature/sequential-stores' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gippy committed Dec 5, 2017
2 parents a298e36 + 30f810d commit 238dd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sequential_stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default {
.then((gzipedBody) => {
const requestOpts = {
url: `${baseUrl}${BASE_PATH}/${storeId}/records`,
method: 'PUT',
method: 'POST',
body: gzipedBody,
json: false,
headers: {
Expand Down

0 comments on commit 238dd66

Please sign in to comment.