ably / specification

The Ably features spec for client library SDKs.
Apache License 2.0
0 stars 4 forks source link

Fix return type of `revokeTokens` #161

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

This was a mistake in 97186e7; the API response is a single BatchResult. The single-specifier variant is now redundant so I’ve removed that too.