Skip to content

Commit 0924cde

Browse files
charl-krugerRebeccaTamachiro
authored andcommitted
[Agents] Fix double ;; in code (#20867)
1 parent 180a78e commit 0924cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/examples/manage-and-sync-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface Env {}
6666
interface FlightRecord {
6767
id: string;
6868
departureIata: string;
69-
arrival: Date;;
69+
arrival: Date;
7070
arrivalIata: string;
7171
price: number;
7272
}

0 commit comments

Comments
 (0)