Skip to content

Update route.ts#57

Open
nicoletse1015-cpu wants to merge 1 commit intob-coman:mainfrom
nicoletse1015-cpu:patch-2
Open

Update route.ts#57
nicoletse1015-cpu wants to merge 1 commit intob-coman:mainfrom
nicoletse1015-cpu:patch-2

Conversation

@nicoletse1015-cpu
Copy link
Copy Markdown

let minimumStay = property.defaultMinimumStay || 1; change to
let minimumStay = (property as any).defaultMinimumStay ?? 1;

let minimumStay = property.defaultMinimumStay || 1; 
change to
let minimumStay = (property as any).defaultMinimumStay ?? 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant