Skip to content

Commit a4fb741

Browse files
authored
Merge pull request #454 from objectstack-ai/copilot/update-nodejs-engine-requirement
2 parents aa54256 + 07e2de1 commit a4fb741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/references/data/mapping.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const result = MappingSchema.parse(data);
4141
| **fromField** | `string` | optional | Match on field (e.g. "name") for lookup |
4242
| **toField** | `string` | optional | Value to take (e.g. "_id") for lookup |
4343
| **autoCreate** | `boolean` | optional | Create if missing for lookup |
44-
| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. { "Open": "draft" }) |
44+
| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. `{ "Open": "draft" }`) |
4545
| **separator** | `string` | optional | Separator for split/join transforms |
4646

4747
---

0 commit comments

Comments
 (0)