Skip to content

Commit f8d383a

Browse files
committed
chore(version): v2.3.0
1 parent 8a55013 commit f8d383a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@discord-tickets/settings",
33
"private": false,
4-
"version": "2.2.4",
4+
"version": "2.3.0",
55
"main": "build/index.js",
66
"type": "module",
77
"files": [

src/routes/(default)/+page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { importJSON } from '$lib/i18n';
44

55
/** @type {import('./$types').PageLoad} */
66
export async function load({ parent, fetch }) {
7-
87
// TODO: remove this when the portal section is more complete
98
redirect(302, '/settings');
109

0 commit comments

Comments
 (0)