mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-21 20:06:33 +02:00
53b4c6b83f
- Remove unnecessary non-null assertions where values are guaranteed - Replace array index access with .at() for safer element retrieval - Use local variables to avoid repeated process.env lookups - Replace any types with unknown in functional utilities - Use nullish coalescing for TOTP hash byte access - Auto-format security patches to match biome config