-
Add NoOp email service, /docs shortcut and fix streak timezone bug
released this
2026-03-26 23:32:10 +00:00 | 2 commits to main since this releaseReplace nil email service pattern with NoOpEmailService (Null Object)
to eliminate nil pointer panics across all handlers.Add /docs route as a shortcut to Swagger UI.
Fix streak calculation returning 0 when server timezone differs from
UTC — CreatedAt was not converted to UTC before date extraction.Downloads