Closed tpeace closed 1 year ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior The function getGroupUsersOperations should return the delete and equals arrays - but it does not.
Additional context internal/sync.go line 661 should read return delete, equals
return delete, equals
Thanks!
Never mind. It works either way.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior The function getGroupUsersOperations should return the delete and equals arrays - but it does not.
Additional context internal/sync.go line 661 should read
return delete, equals
Thanks!