Files
InfiniteAPI/src/WAM
Claude 94a56eab9d style: add eslint-disable comments for intentional == null checks
Added // eslint-disable-next-line eqeqeq comments for intentional null/undefined checks:
- sender-key-message.ts: checking for null OR undefined parameters
- WAM/encode.ts: checking for null OR undefined id
- baileys-event-stream.test.ts: renamed unused event parameter to _event

These changes are COSMETIC ONLY - no logic changed:
- Build still passes 
- All tests still work 
- API behavior unchanged 

The == null pattern is intentionally used to check for BOTH null AND undefined,
which is the correct behavior for these optional parameters.

https://claude.ai/code/session_015R3U3kiprQiNTTNNt31Sg6
2026-02-13 22:17:47 +00:00
..
2025-07-17 13:54:17 +03:00
2025-10-09 13:14:44 +03:00
2025-05-06 12:10:19 -03:00