aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-20 22:03:10 +0900
committerPitu <[email protected]>2021-06-20 22:03:10 +0900
commita4c7dc5cf384106657e1a80a39e894ec77ad4755 (patch)
tree507dcfe432e6b6da3824816d503a557ca16f29c1
parentchore: remove leftovers (diff)
downloadhost.fuwn.me-a4c7dc5cf384106657e1a80a39e894ec77ad4755.tar.xz
host.fuwn.me-a4c7dc5cf384106657e1a80a39e894ec77ad4755.zip
fix: typo
-rw-r--r--src/api/structures/Setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/structures/Setting.js b/src/api/structures/Setting.js
index 5c7e7ff..bb37834 100644
--- a/src/api/structures/Setting.js
+++ b/src/api/structures/Setting.js
@@ -61,7 +61,7 @@ const schema = Joi.object({
.label('Generate zips')
.description('Allows users to download entire albums in ZIP format'),
- generatedFileNameLength: Joi.number().integer().min(6)
+ generatedFilenameLength: Joi.number().integer().min(6)
.default(12)
.meta({
section: Sections.FILE