Sharkey/packages/megalodon/test/integration/cancelWorker.ts

6 lines
129 B
TypeScript
Raw Normal View History

2023-09-24 02:44:53 +03:00
import MastodonAPI from '@/mastodon/api_client'
export function cancel(client: MastodonAPI.Client) {
return client.cancel()
}