Update allSkills to allJobSkills

This commit is contained in:
Justin Edmund 2022-12-23 00:52:31 -08:00
parent 64070b17b6
commit c35fdf5f5c

View file

@ -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
})