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: Rename 'data' to 'payload' in IPCMessage class for clarity
- Updated the IPCMessage class to replace the 'data' field with 'payload' for improved readability and consistency.
- Adjusted the constructor and getter method to reflect the new naming convention.
- Enhanced unit tests to verify the presence of 'payload' in the output, ensuring that the changes do not affect functionality.
0 commit comments