We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v2.3.0
1 parent 8a55013 commit f8d383aCopy full SHA for f8d383a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@discord-tickets/settings",
3
"private": false,
4
- "version": "2.2.4",
+ "version": "2.3.0",
5
"main": "build/index.js",
6
"type": "module",
7
"files": [
src/routes/(default)/+page.js
@@ -4,7 +4,6 @@ import { importJSON } from '$lib/i18n';
/** @type {import('./$types').PageLoad} */
export async function load({ parent, fetch }) {
-
8
// TODO: remove this when the portal section is more complete
9
redirect(302, '/settings');
10
0 commit comments