Skip to content

Commit

Permalink
chore(version): v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Nov 16, 2024
1 parent 8a55013 commit f8d383a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
1 change: 0 additions & 1 deletion src/routes/(default)/+page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f8d383a

Please sign in to comment.