Skip to content

Commit

Permalink
Rm popup (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
davin111 authored Sep 7, 2023
1 parent 72ff35c commit e5c4c80
Showing 1 changed file with 1 addition and 7 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: [],
};
}

0 comments on commit e5c4c80

Please sign in to comment.