Skip to content

Commit e57332a

Browse files
guanbinruiclaude
andauthored
fix(jsons): add missing timeline import to broadcast.nim (#30)
formatUserAsJson is defined in timeline.nim but was not imported, causing an undeclared identifier build error. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 981e3c7 commit e57332a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jsons/broadcast.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import jester
55

66
import ".."/routes/router_utils
77
import ".."/[types, redis_cache]
8-
import list
8+
import list, timeline
99

1010
proc formatBroadcastAsJson*(bc: Broadcast): JsonNode =
1111
proc dateToUnix(dt: DateTime): int64 =

0 commit comments

Comments
 (0)