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
Fixed unreachable code in MutatorList.SkipInstanceSave (#410)
This PR removes unreachable code in the SaveEqualityChecker implementation and its associated usage in room instance saving, addressing compilation issues with "go vet".
Removed the SaveEqualityChecker interface from internal/rooms/save_and_load.go.
Eliminated unreachable code in MutatorList.SkipInstanceSave in internal/mutators/mutators.go.
0 commit comments