mirror of
https://github.com/HackPlan/node-iap.git
synced 2026-06-16 01:44:37 +08:00
updated according to pr comments
This commit is contained in:
@@ -22,7 +22,9 @@ module.exports = function (url, options, cb) {
|
||||
};
|
||||
}
|
||||
} catch (error) {
|
||||
cb(error);
|
||||
return process.nextTick(function () {
|
||||
cb(error);
|
||||
});
|
||||
}
|
||||
|
||||
// Set method to POST and call it
|
||||
|
||||
Reference in New Issue
Block a user