diff options
| author | Pitu <[email protected]> | 2021-06-20 22:03:10 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-20 22:03:10 +0900 |
| commit | a4c7dc5cf384106657e1a80a39e894ec77ad4755 (patch) | |
| tree | 507dcfe432e6b6da3824816d503a557ca16f29c1 | |
| parent | chore: remove leftovers (diff) | |
| download | host.fuwn.me-a4c7dc5cf384106657e1a80a39e894ec77ad4755.tar.xz host.fuwn.me-a4c7dc5cf384106657e1a80a39e894ec77ad4755.zip | |
fix: typo
| -rw-r--r-- | src/api/structures/Setting.js | 2 |
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 |