In #179, I use Dictionary.compactMapValues in WebAPI users.conversations.
I notice SKCore presents filterNilParameters which is same as Dictionary.compactMapValues({$0}) .
SlackKit is written in Swift 5.x now, we can use compactMapValues all over the project.
In #179, I use Dictionary.compactMapValues in WebAPI
users.conversations
. I notice SKCore presentsfilterNilParameters
which is same asDictionary.compactMapValues({$0})
.SlackKit is written in Swift 5.x now, we can use
compactMapValues
all over the project.