- minor update

This commit is contained in:
Shemy Gan
2024-10-22 14:17:29 -04:00
parent 4966f3fd38
commit f707965155

View File

@@ -151,7 +151,7 @@ const advancedSettingsValidation = joi.object({
const found = value.match(regex);
if (!found) {
return helpers.message(
"JWT TTL should start with a non zero number and ends with 'd' or 'h'"
"JWT TTL should start with a non zero number and ends with 'd' or 'h'."
);
}
return value;