Skip to content

Commit

Permalink
Merge pull request #326 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
davin111 authored Sep 7, 2023
2 parents b0a484e + e5c4c80 commit d36bf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions src/core/popup/PopupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import User from '@app/core/user/model/User';

export async function getPopups(user: User, osType?: string, osVersion?: string, appType?: string, appVersion?: string) {
return {
content: [
{
"key": "new-service-vacancy-notification",
"image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/0803PrePopup.png",
"hidden_days": 1,
},
],
content: [],
};
}
2 changes: 1 addition & 1 deletion src/core/timetable/TimetableRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let userLectureSchema = new mongoose.Schema({
classification: String, // 교과 구분
department: String, // 학부
academic_year: String, // 학년
course_title: {type: String, required: true, default: ""}, // 과목명
course_title: {type: String, required: true}, // 과목명
credit: Number, // 학점
class_time: String,
real_class_time: String,
Expand Down

0 comments on commit d36bf3b

Please sign in to comment.