docs(Client): mark _finalize as private (#6281)

This commit is contained in:
muchnameless
2021-08-03 01:45:09 +02:00
committed by GitHub
parent 15aea68946
commit 35fa3b3103

View File

@@ -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 {