Skip to content

Commit

Permalink
Merge pull request #16 from game-node-app/dev
Browse files Browse the repository at this point in the history
- fixes library 500 error
  • Loading branch information
Lamarcke authored Mar 7, 2024
2 parents 6fb29f6 + 30664bb commit cd8b105
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/library/[userId]/collection/[collectionId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import React from "react";
import { useRouter } from "next/router";
import LibraryView from "@/components/library/view/LibraryView";
import CollectionView from "@/components/collection/view/CollectionView";
import { NextPageContext } from "next";

export const getServerSideProps = (context: NextPageContext) => {
const { userId, collectionId } = context.query;
};

const Collection = () => {
const router = useRouter();
Expand Down

0 comments on commit cd8b105

Please sign in to comment.