Skip to content

Commit

Permalink
remove extra xml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Dec 23, 2015
1 parent a7f8dc4 commit 9868a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ var GooogleSpreadsheet = function( ss_key, auth_id, options ){

if ( method == 'POST' || method == 'PUT' ){
headers['content-type'] = 'application/atom+xml';
query_or_data = '<?xml version="1.0" encoding="UTF-8"?>'+"\n"+query_or_data;
}

if ( method == 'GET' && query_or_data ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Theo Ephraim <[email protected]> (http://theoephraim.com)",
"name": "google-spreadsheet",
"description": "Google Spreadsheet Data API -- simple interface to read/write rows + cells",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"google",
"spreadsheet",
Expand Down

0 comments on commit 9868a85

Please sign in to comment.