Skip to content

Commit ac87f64

Browse files
authored
Fix "mongodb" export format example
1 parent 9a0d4e7 commit ac87f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/export.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ formatQuery(query, "mongodb");
165165
Output:
166166

167167
```ts
168-
`{$and:[{firstName:{$eq:"Steve"}},{lastName:{$eq:"Vai"}}]}`;
168+
`{"$and":[{"firstName":{"$eq":"Steve"}},{"lastName":{"$eq":"Vai"}}]}`;
169169
```
170170

171171
## Configuration

0 commit comments

Comments
 (0)