fix: lint

This commit is contained in:
Calum H. (IMB11)
2026-06-26 17:09:22 +01:00
parent 946b9d3765
commit 8fca23e66a
3 changed files with 53 additions and 51 deletions
@@ -662,7 +662,9 @@ export function useServerInstallContent({
if (fromContext.value === 'onboarding') {
await client.archon.servers_v1.endIntro(currentServerId.value)
queryClient.invalidateQueries({ queryKey: ['servers', 'detail', currentServerId.value] })
navigateTo(getServerInstanceContentPath(currentServerId.value, currentWorldId.value ?? null))
navigateTo(
getServerInstanceContentPath(currentServerId.value, currentWorldId.value ?? null),
)
} else {
navigateTo(`/hosting/manage/${currentServerId.value}?openSettings=installation`)
}