Skip to content

Commit e732381

Browse files
committed
fix typo
1 parent 8df9a0b commit e732381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/changelog/agents/2025-03-18-npm-i-agents.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ import type { Env } from "../server";
8585
async getHistory() {
8686
return this.sql`SELECT * FROM history ORDER BY created_at DESC LIMIT 10`;
8787
}
88+
}
8889
```
8990
```tsx
9091
// client.tsx

0 commit comments

Comments
 (0)