chore: update demo mode wipe time for consistency

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-06-29 20:27:01 +01:00
parent 57346f49e0
commit b58922b168
3 changed files with 3 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ class Options
*
* @param string $option
* @param int|string $value Setting value
* @return int Modified setting value accordidng to business rules
* @return int|string Modified setting value accordidng to business rules
*/
private function modifyResponse(string $option, int|string $value): int|string
{