Make SequentialRequestHandler private

This commit is contained in:
Amish Shah
2016-08-19 20:11:42 +01:00
parent fb55b6dc60
commit 97e16e6eed
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,7 @@ const RequestHandler = require('./RequestHandler');
* the next. This plays a _lot_ nicer in terms of avoiding 429's when there is more than one session of the account,
* but it can be slower.
* @extends {RequestHandler}
* @private
*/
class SequentialRequestHandler extends RequestHandler {