jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Major bug in send() method #9

Closed IvanGuardado closed 11 years ago

IvanGuardado commented 11 years ago

I've found a bug in the method flow. I've fixed it but I don't able to create the pull request correctly, so here you have the fix: https://github.com/IvanGuardado/node-edit-google-spreadsheet/commit/5e42264f059da2afdc0bbb404024495ae939f6af

Release as soon as posible!

jpillora commented 11 years ago

Looking at it now!

On Monday, July 29, 2013, Iván Guardado wrote:

I've seen a bug in the method flow. I've fixed it but I don't able to create the pull request correctly, so here you have the fix: IvanGuardado@ 5e42264https://github.com/IvanGuardado/node-edit-google-spreadsheet/commit/5e42264f059da2afdc0bbb404024495ae939f6af

Release as soon as posible!

— Reply to this email directly or view it on GitHubhttps://github.com/jpillora/node-edit-google-spreadsheet/issues/9 .

jpillora commented 11 years ago

fixed in https://github.com/jpillora/node-edit-google-spreadsheet/commit/f9c4fd363ec089d1e691ce64ae593649c5ca1ec2 published v0.2.1

jpillora commented 11 years ago

thanks for catching that @IvanGuardado