Skip to content

시간표를 만들 때, 해당 학기에 대표 시간표가 없는 경우 is_primary 필드를 true로 설정 #263

시간표를 만들 때, 해당 학기에 대표 시간표가 없는 경우 is_primary 필드를 true로 설정

시간표를 만들 때, 해당 학기에 대표 시간표가 없는 경우 is_primary 필드를 true로 설정 #263

Triggered via pull request August 4, 2023 03:53
Status Failure
Total duration 1m 1s
Artifacts

test-dev.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test: src/core/timetable/TimetableRepository.ts#L1
Type '{ _id: any; user_id: any; year: any; semester: any; title: any; lecture_list: any; theme: any; up...' is not assignable to type 'Timetable'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/