mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-26 06:25:20 +00:00
6 lines
129 B
TypeScript
6 lines
129 B
TypeScript
|
import MastodonAPI from '@/mastodon/api_client'
|
||
|
|
||
|
export function cancel(client: MastodonAPI.Client) {
|
||
|
return client.cancel()
|
||
|
}
|