Files
openclaw/extensions
Yosi Taguri a1eae4d7ac fix: address review — pin .xml alias in MIME_BY_EXT, hoist fallback above condition
- Pin '.xml': 'text/xml' in MIME_BY_EXT overrides to prevent
  application/xml from overwriting text/xml in the reversed map
- Move mediaType ??= fallback above the if-guard in send-api.ts
  for clarity (avoids side-effect assignment inside condition)
2026-04-02 00:13:43 -03:00
..