From 2742f3f9952c1bfac32d0db0e362c37ff61cc241 Mon Sep 17 00:00:00 2001
From: nart4hire <13520129@std.stei.itb.ac.id>
Date: Fri, 28 Apr 2023 18:52:30 +0700
Subject: [PATCH] fix(lesson): fixed merge errors

---
 model/web/error_code.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/model/web/error_code.go b/model/web/error_code.go
index 764d536..f150f3f 100644
--- a/model/web/error_code.go
+++ b/model/web/error_code.go
@@ -12,6 +12,8 @@ const (
 	FacultyNotExist    string = "FACULTY_NOT_EXIST"
 	MajorNotExist      string = "MAJOR_NOT_EXIST"
 	CourseNotExist     string = "COURSE_NOT_EXIST"
+	LessonNotExist     string = "LESSON_NOT_EXIST"
+	LessonMaterialNotExist string = "LESSON_MATERIAL_NOT_EXIST"
 	IDExists           string = "ID_ALREADY_EXISTS"
 	NotExist           string = "NOT_EXIST"
 
-- 
GitLab