mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-12 13:36:43 -06:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
import MastodonAPI from '@/mastodon/api_client'
|
|
|
|
export function cancel(client: MastodonAPI.Client) {
|
|
return client.cancel()
|
|
}
|