From 84ec45a0772db82fd1c411c72c5a228f6c88b318 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 28 Feb 2026 10:52:52 -0600 Subject: [PATCH] episode: Fix: SBA API Discord snowflake IDs returned as JSON strings not i64 --- episodes/2026-02-28.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-02-28.md b/episodes/2026-02-28.md index cc37edaa078..df447d08c71 100644 --- a/episodes/2026-02-28.md +++ b/episodes/2026-02-28.md @@ -18,3 +18,7 @@ Session size: 17 messages, 4 tool calls ## 10:52 - SBA Scout Rust Phase 4: Async TUI with Dashboard and Gameday screens - **Type:** decision - **Tags:** sba-scout, rust, tui, ratatui, phase-4, async, tokio, decision + +## 10:52 - Fix: SBA API Discord snowflake IDs returned as JSON strings not i64 +- **Type:** fix +- **Tags:** sba-scout, rust, api, serde, fix, discord, json