mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-05 07:16:53 +01: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()
|
|
}
|