mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-05 08:38:39 +00:00
fix: typo
This commit is contained in:
@@ -418,7 +418,7 @@ export const instanceService = mkSingleton(
|
||||
*/
|
||||
dbg(`Checking for verified account`)
|
||||
if (!owner.verified) {
|
||||
throw new Error(`Log in at ${mkAppUrl()}} to verify your account.`)
|
||||
throw new Error(`Log in at ${mkAppUrl()} to verify your account.`)
|
||||
}
|
||||
|
||||
const api = await getInstanceApi(instance)
|
||||
|
||||
Reference in New Issue
Block a user