ReviewQueue.add()

Add a review to the queue.

Usage

Source

ReviewQueue.add(review)

Parameters

review: HumanReview
The review to track.

Returns

HumanReview
The same review, for chaining.