diff options
Diffstat (limited to 'lib/forms-plant/stat.ts')
| -rw-r--r-- | lib/forms-plant/stat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms-plant/stat.ts b/lib/forms-plant/stat.ts index f734e782..ed497211 100644 --- a/lib/forms-plant/stat.ts +++ b/lib/forms-plant/stat.ts @@ -371,7 +371,7 @@ export async function getFormStatusByVendor(projectId: number, projectCode: stri return vendorStatusList } catch (error) { - console.error('Error getting vendor form status:', error) + console.log('Error getting vendor form status:', error) throw new Error('벤더별 Form 입력 현황 조회 중 오류가 발생했습니다.') } }
\ No newline at end of file |
