diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index a906c2a3..dba5a510 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -280,6 +280,9 @@ const isAuthenticated = () => typeof user.is === 'object' && user.is !== null const isAuthenticating = () => _isAuthenticating const isRegistering = () => _isRegistering +/** + * @returns {import('../contact-api/SimpleGUN').GUNNode} + */ const getGun = () => { throw new Error('NO GUNS') }