Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit a7e209f

Browse files
committed
modified wrapper
1 parent 0027967 commit a7e209f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sendinblue-api.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ SendinblueAPI_v1_0.prototype.delete_request = function(resource, input, cb) {
7070
*/
7171
SendinblueAPI_v1_0.prototype.get_account = function(data, cb) {
7272
this.get_request('account', '', function(error, result) {
73-
74-
/*if(!error && result.httpstatuscode == 200) {
75-
return cb(null, result);
76-
} else {
77-
return cb(error, null);
78-
}*/
79-
8073
if (error) {
8174
return cb(error, null);
8275
}

0 commit comments

Comments
 (0)