Skip to content

Commit

Permalink
Update PopupService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
davin111 authored Oct 8, 2023
1 parent 4512e61 commit 92e23c6
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-friend",
"image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/friendPopup.png",
"hidden_days": 1,
},
],
content: [],
};
}

0 comments on commit 92e23c6

Please sign in to comment.