diff --git a/package.json b/package.json index 8623213..1a06a45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@discord-tickets/settings", "private": false, - "version": "2.2.4", + "version": "2.3.0", "main": "build/index.js", "type": "module", "files": [ diff --git a/src/routes/(default)/+page.js b/src/routes/(default)/+page.js index bdf5f42..4789586 100644 --- a/src/routes/(default)/+page.js +++ b/src/routes/(default)/+page.js @@ -4,7 +4,6 @@ import { importJSON } from '$lib/i18n'; /** @type {import('./$types').PageLoad} */ export async function load({ parent, fetch }) { - // TODO: remove this when the portal section is more complete redirect(302, '/settings');