relate: 23121a41 --RELATED_TO--> d5b6584e

This commit is contained in:
Cal Corum 2026-02-28 10:53:47 -06:00
parent 641084df94
commit 0ee6a4e3df
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: e740a946-4100-4771-8449-61ab13896587
type: RELATED_TO
from_id: 23121a41-790a-4bf3-9a4b-39f299bc4015
from_title: "Fix: SBA API Discord snowflake IDs returned as JSON strings not i64"
to_id: d5b6584e-ae9d-4462-aeb0-eac103156dfc
to_title: "Fix: SBA API transaction move_id is a string not i64"
strength: 0.9
created: "2026-02-28T16:53:47.424726+00:00"
updated: "2026-02-28T16:53:47.424726+00:00"
---
Both are API type deserialization fixes for sba-scout — strings where i64 expected

View File

@ -6,13 +6,18 @@ tags: [sba-scout, rust, api, serde, fix, discord, json]
importance: 0.6
confidence: 0.8
created: "2026-02-28T16:52:52.173698+00:00"
updated: "2026-02-28T16:53:40.710570+00:00"
updated: "2026-02-28T16:53:47.424726+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 5df40dff-4569-4471-96e7-fe1234d93b36
- target: d5b6584e-ae9d-4462-aeb0-eac103156dfc
type: RELATED_TO
direction: outgoing
strength: 0.9
edge_id: e740a946-4100-4771-8449-61ab13896587
---
# Discord Snowflake IDs as JSON Strings

View File

@ -6,13 +6,18 @@ tags: [sba-scout, rust, api, serde, fix, transactions]
importance: 0.6
confidence: 0.8
created: "2026-02-28T16:52:56.737424+00:00"
updated: "2026-02-28T16:53:43.054882+00:00"
updated: "2026-02-28T16:53:47.424726+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 5fb91cf0-1aa3-4e71-af81-29c1e43730a9
- target: 23121a41-790a-4bf3-9a4b-39f299bc4015
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: e740a946-4100-4771-8449-61ab13896587
---
# Transaction move_id as String