You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: refactor JSON unmarshalling to use Payload instead of Bytes
- Change `m.Bytes()` to `m.Payload()` in the main function for unmarshalling JSON
- Update test cases to use `m.Payload()` instead of `m.Bytes()` for logging data
Signed-off-by: appleboy <[email protected]>
0 commit comments