Skip to content

Commit

Permalink
chore: codestyle pass, version bump
Browse files Browse the repository at this point in the history
4 minutes
  • Loading branch information
c0repwn3r authored and SamHep0803 committed May 11, 2024
1 parent 33d4d43 commit 42cf0b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hq",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"scripts": {
"dev": "concurrently -c bgGreen,bgBlue -n vite,quirrel 'vite dev --port 5173' 'quirrel'",
Expand Down
3 changes: 0 additions & 3 deletions src/routes/[id]/tvc/cases/[caseId]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export const load: PageServerLoad = async ({ parent, cookies, params }) => {
let { user } = await parent();

let id = Number.parseInt(params.caseId);
if (!id || isNaN(id)) {
return {};
}

let tvCase = await prisma.tVCase.findUnique({
where: {
Expand Down

0 comments on commit 42cf0b5

Please sign in to comment.