From e6fd66a8c34b13cb7adcbe87c551bcd4c8542f3d Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 10 Jun 2020 13:13:08 -0400 Subject: [PATCH] comment --- services/gunDB/contact-api/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index 455792cf..d8e8ef67 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1220,7 +1220,7 @@ const setLastSeenApp = () => /** * @param {string} publicKey - * @param {boolean} isPrivate + * @param {boolean} isPrivate Will overwrite previous private status. * @returns {Promise} */ const follow = (publicKey, isPrivate) => {