fix: disableAbuseRepository type

This commit is contained in:
anatawa12 2023-08-02 21:08:59 +09:00
parent bb8abb0db3
commit 00f21cf516
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export type Source = {
nirila?: {
abuseDiscordHook: string;
disableAbuseRepository: string;
disableAbuseRepository?: boolean;
}
};