Files
hermes-webui/api
keyos ada59d73e6 fix(approval): simplify gateway_keys expression and document race window
Drop the redundant 'if gw_data else []' guard — gw_data is already
guaranteed to be a dict by the 'or {}' fallback above.

Add a one-line comment explaining the peek-without-pop race window:
a concurrent resolver may pop a different gateway entry, but
approve_session is idempotent over the session key set so the
outcome is the same regardless.
2026-05-19 20:56:22 +00:00
..
2026-05-18 07:14:26 +08:00
2026-05-19 03:13:47 +00:00
2026-04-29 19:54:07 -07:00
2026-05-19 18:20:47 +00:00
2026-05-19 18:20:47 +00:00
2026-05-15 16:39:45 -07:00
2026-05-17 19:55:09 +00:00