mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Include record ID
This commit is contained in:
parent
67d3f254c0
commit
ad511f35cb
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const shopParts = async () => {
|
|||
)`
|
||||
})).length;
|
||||
}
|
||||
return { id: record.id, ...record.fields, "Stock": stock }
|
||||
return { id: record.id, ...record.fields, "Stock": stock ?? null }
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue