mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
This reverts commit dd7fa73961.
This commit is contained in:
@@ -34,7 +34,7 @@ export let schema = new Schema({
|
||||
id: {
|
||||
type: String,
|
||||
required: true,
|
||||
validate: [(v) => validator.isUUID(v), shared.i18n.t('invalidWebhookId')],
|
||||
validate: [validator.isUUID, shared.i18n.t('invalidWebhookId')],
|
||||
default: uuid,
|
||||
},
|
||||
type: {
|
||||
|
||||
Reference in New Issue
Block a user