Return typing even though it's not currently used

This commit is contained in:
Daniel Lugo 2022-01-29 15:35:32 -05:00
parent 6d9bff23c0
commit cecf6a9d2e

View file

@ -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')
}