diff --git a/src/utils/document.ts b/src/utils/document.ts index a2a0ddd..36ab9d2 100644 --- a/src/utils/document.ts +++ b/src/utils/document.ts @@ -152,6 +152,12 @@ export const validateLaborContractEmployerInformation = ( return false; } + // 주휴일 체크 + if (!info.weekly_last_days || info.weekly_last_days.length === 0) { + console.log('주휴일'); + return false; + } + // 서명 체크 if (!info.signature_base64 || info.signature_base64 === '') { console.log('서명');