Skip to content

Commit

Permalink
Update PopupService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
davin111 authored Aug 3, 2023
1 parent 2521ab7 commit ac979c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/popup/PopupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function getPopups(user: User, osType?: string, osVersion?: string,
{
"key": "new-service-vacancy-notification",
"image_url": "https://snutt-asset.s3.ap-northeast-2.amazonaws.com/popup-images/0803PrePopup.png",
"hidden_days": null,
"hidden_days": 1,
},
],
};
Expand Down

0 comments on commit ac979c2

Please sign in to comment.