Skip to content

Commit

Permalink
Update UserPropertiesEventReceiver.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara authored Dec 16, 2024
1 parent 11966c7 commit f6dfc75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ internal class UserPropertiesEventReceiverImpl internal constructor(
}

is Event.UserProperty.FoldersUpdate -> {
Either.Right(Unit)
// TODO will be handled in 4.11.0
// handleFoldersUpdate(event)
handleFoldersUpdate(event)
}
}
}
Expand Down

0 comments on commit f6dfc75

Please sign in to comment.