Update allSkills to allJobSkills
This commit is contained in:
parent
64070b17b6
commit
c35fdf5f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue