Skip to content

Commit

Permalink
docs(Client): mark _finalize as private (#6281)
Browse files Browse the repository at this point in the history
  • Loading branch information
muchnameless committed Aug 2, 2021
1 parent 15aea68 commit 35fa3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ class Client extends BaseClient {
* @param {Function} options.cleanup The function called to GC
* @param {string} [options.message] The message to send after a successful GC
* @param {string} [options.name] The name of the item being GCed
* @private
*/
_finalize({ cleanup, message, name }) {
try {
Expand Down

0 comments on commit 35fa3b3

Please sign in to comment.