mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 22:17:14 +03:00
Fix webhook default value
Added missing property and changed all defaults back to null
This commit is contained in:
@@ -20,10 +20,11 @@ addDefaults(config, {
|
||||
maxNumberOfActiveWarnings: 3,
|
||||
hoursAfterWarningExpires: 24,
|
||||
adminUserID: "",
|
||||
discordCompletelyIncorrectReportWebhookURL: "",
|
||||
discordFirstTimeSubmissionsWebhookURL: "",
|
||||
discordNeuralBlockRejectWebhookURL: "",
|
||||
discordReportChannelWebhookURL: "",
|
||||
discordCompletelyIncorrectReportWebhookURL: null,
|
||||
discordFirstTimeSubmissionsWebhookURL: null,
|
||||
discordNeuralBlockRejectWebhookURL: null,
|
||||
discordFailedReportChannelWebhookURL: null,
|
||||
discordReportChannelWebhookURL: null,
|
||||
getTopUsersCacheTimeMinutes: 0,
|
||||
globalSalt: null,
|
||||
mode: "",
|
||||
|
||||
Reference in New Issue
Block a user