mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
0af6b9a4b8
commit
5a98e45544
3 changed files with 3 additions and 11 deletions
|
|
@ -4,11 +4,7 @@ import type { PlatformDriver, SendResult } from "../types";
|
|||
export class TelegramDriver implements PlatformDriver {
|
||||
readonly id = "telegram";
|
||||
|
||||
async send(
|
||||
_message: NeutralMessage,
|
||||
_target: Route["target"],
|
||||
_env: Env,
|
||||
): Promise<SendResult> {
|
||||
async send(_message: NeutralMessage, _target: Route["target"], _env: Env): Promise<SendResult> {
|
||||
return { ok: false, error: "Telegram driver not implemented yet" };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue