Skip to content

Commit ee90b2a

Browse files
authored
Update [folderId].tsx
1 parent 3ea37be commit ee90b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/share/[folderId].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const getServerSideProps = async (
1717
context: GetServerSidePropsContext
1818
) => {
1919
const { page, pageSize } = context.query;
20-
const { folderId } = context.params!;
20+
const { folderId } = context.params;
2121

2222
const folderListData = await getLink(
2323
{ page: page, pageSize: pageSize },

0 commit comments

Comments
 (0)