From c35fdf5f5cbcbcd4aa209cc57ea815f15ac5f615 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 23 Dec 2022 00:52:31 -0800 Subject: [PATCH] Update allSkills to allJobSkills --- pages/new/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/new/index.tsx b/pages/new/index.tsx index e8777df7..d1c48f0e 100644 --- a/pages/new/index.tsx +++ b/pages/new/index.tsx @@ -61,7 +61,7 @@ export const getServerSideProps = async ({ req, res, locale, query }: { req: Nex return response.data }) - let jobSkills = await api.allSkills().then((response) => { + let jobSkills = await api.allJobSkills().then((response) => { return response.data })