fix: disableAbuseRepository type
This commit is contained in:
parent
bb8abb0db3
commit
00f21cf516
|
@ -90,7 +90,7 @@ export type Source = {
|
|||
|
||||
nirila?: {
|
||||
abuseDiscordHook: string;
|
||||
disableAbuseRepository: string;
|
||||
disableAbuseRepository?: boolean;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue