Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Incorrect Update.userId Assignment
Referencing issue [#85](#85). The problem arises because Go maps are unordered, and `getDifferent` is called before `fillUserIdFromMessage`. This sequence can lead to an incorrect `userId` being assigned to `Update.userId` due to inconsistent entity processing. Ensuring proper order of operations will resolve this.
- Loading branch information