From 057b5ebf4f717102d5d159fafd33a1f5e40d10d7 Mon Sep 17 00:00:00 2001 From: Davin Byeon Date: Fri, 15 Mar 2024 12:53:11 +0900 Subject: [PATCH] Update PopupService.ts --- src/core/popup/PopupService.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/core/popup/PopupService.ts b/src/core/popup/PopupService.ts index 03c3bf9a..a3ca172a 100644 --- a/src/core/popup/PopupService.ts +++ b/src/core/popup/PopupService.ts @@ -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": "custom-theme-event", - "image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/themeEventPopup.png", - "hidden_days": 1, - }, - ], + content: [], }; }