Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
♻️ update minimum value to be -1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Mar 29, 2023
1 parent 17af1ea commit 41f97ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const configSchema = {
ccuSaveLimit: {
type: 'integer',
description: 'Number of CCUs to save.',
minimum: 0,
minimum: -1,
},
registrationHeight: {
type: 'integer',
Expand Down

0 comments on commit 41f97ef

Please sign in to comment.