Skip to content
Snippets Groups Projects
Commit 2742f3f9 authored by Nathanael Santoso's avatar Nathanael Santoso
Browse files

fix(lesson): fixed merge errors

parent 3586b1bb
Branches
Tags
3 merge requests!47Final Updates,!42[Feat] [Release!] [#1] Project Release Commit,!39Feat/s4 sb 54 backend manajemen soal latihan
Pipeline #57285 passed with stage
in 1 minute and 24 seconds
...@@ -12,6 +12,8 @@ const ( ...@@ -12,6 +12,8 @@ const (
FacultyNotExist string = "FACULTY_NOT_EXIST" FacultyNotExist string = "FACULTY_NOT_EXIST"
MajorNotExist string = "MAJOR_NOT_EXIST" MajorNotExist string = "MAJOR_NOT_EXIST"
CourseNotExist string = "COURSE_NOT_EXIST" CourseNotExist string = "COURSE_NOT_EXIST"
LessonNotExist string = "LESSON_NOT_EXIST"
LessonMaterialNotExist string = "LESSON_MATERIAL_NOT_EXIST"
IDExists string = "ID_ALREADY_EXISTS" IDExists string = "ID_ALREADY_EXISTS"
NotExist string = "NOT_EXIST" NotExist string = "NOT_EXIST"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment