Fix strict TypeScript checks for server
This commit is contained in:
@@ -42,7 +42,7 @@ interface CreateDmChannelResponse {
|
||||
interface SendDiscordDirectMessageOptions {
|
||||
config: DiscordNotificationConfig;
|
||||
message: string;
|
||||
fetcher?: DiscordFetch;
|
||||
fetcher: DiscordFetch;
|
||||
}
|
||||
|
||||
const DISCORD_API_BASE_URL = "https://discord.com/api/v10";
|
||||
|
||||
Reference in New Issue
Block a user