From 35fa3b3103998f93253a97ad1769212d60307b61 Mon Sep 17 00:00:00 2001 From: muchnameless <12682826+muchnameless@users.noreply.github.com> Date: Tue, 3 Aug 2021 01:45:09 +0200 Subject: [PATCH] docs(Client): mark _finalize as private (#6281) --- src/client/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/Client.js b/src/client/Client.js index 5b68e45af..04526c121 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -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 {