Return typing even though it's not currently used
This commit is contained in:
parent
6d9bff23c0
commit
cecf6a9d2e
1 changed files with 3 additions and 0 deletions
|
|
@ -280,6 +280,9 @@ const isAuthenticated = () => typeof user.is === 'object' && user.is !== null
|
||||||
const isAuthenticating = () => _isAuthenticating
|
const isAuthenticating = () => _isAuthenticating
|
||||||
const isRegistering = () => _isRegistering
|
const isRegistering = () => _isRegistering
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @returns {import('../contact-api/SimpleGUN').GUNNode}
|
||||||
|
*/
|
||||||
const getGun = () => {
|
const getGun = () => {
|
||||||
throw new Error('NO GUNS')
|
throw new Error('NO GUNS')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue