Skip to content

Commit

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

export async function getPopups(user: User, osType?: string, osVersion?: string, appType?: string, appVersion?: string) {
return {
content: [],
content: [
{
"key": "new-service-friend",
"image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/friendPopup.png",
"hidden_days": 1,
},
],
};
}

0 comments on commit ac19dd1

Please sign in to comment.