Skip to content

Commit 3214eae

Browse files
authored
fixup! Fix invalid type error in getting_started_add_documents_md
1 parent b5b5f86 commit 3214eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ getting_started_add_documents_md: |-
986986
```rust
987987
#[derive(Serialize, Deserialize)]
988988
struct Movie {
989-
id: String,
989+
id: i64,
990990
#[serde(flatten)]
991991
value: serde_json::Value,
992992
}

0 commit comments

Comments
 (0)