mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix typo
This commit is contained in:
parent
a2730ce4cb
commit
a251e145d5
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export default async function handler(req, res) {
|
|||
textColor: project.fields['textColor'] || '',
|
||||
screenshot: project.fields['ScreenshotLink'] || '',
|
||||
video: project.fields['VideoLink'] || '',
|
||||
readMeLink: p.fields['ReadMeLink'] || ''
|
||||
readMeLink: project.fields['ReadMeLink'] || ''
|
||||
}
|
||||
|
||||
return res.status(200).json({ project: results })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue