Skip to content

Fix log context type: use empty array instead of null#403

Open
aceraven777 wants to merge 1 commit intopusher:masterfrom
aceraven777:fix/logger-context-type
Open

Fix log context type: use empty array instead of null#403
aceraven777 wants to merge 1 commit intopusher:masterfrom
aceraven777:fix/logger-context-type

Conversation

@aceraven777
Copy link
Copy Markdown

Description

Fix incorrect log context type in webhook handling. The logger expects an array as the second parameter, but null was being passed in several warning logs. Replace null with an empty array to ensure type consistency and avoid potential runtime/type issues.

CHANGELOG

  • [FIXED] Replace null with empty array for logger context in webhook error handling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant