Skip to content

Commit

Permalink
Merge pull request #332 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
davin111 authored Feb 24, 2024
2 parents 1f20d49 + ff3c6c3 commit cc11b33
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-custom-theme",
"image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/theme_popup2.png",
"hidden_days": 1,
},
],
};
}

0 comments on commit cc11b33

Please sign in to comment.