Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: corrected ParseServiceData data length check (#18572)
The ParseServiceData function was broken. The length check was utilizing a length of 7 which caused the function to always return None. The correct length of the data parameter is 8. I have made this a constant at the top of the file to also remove the use of a magic number.
- Loading branch information