Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Sep 6, 2024
1 parent bfbcaf4 commit 7ef0c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion constants/serviceConstants/AvatarConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export const SPECIAL_AVATAR_PERMISSION = [["2259633694"], ["2259633694"], ["2259633694"]];
export const SPECIAL_AVATAR_PERMISSION = [
["2259633694", "3328615544"],
["2259633694", "2948913118", "3377621764"],
["2259633694"],
];
export const SPECIAL_BG_PERMISSION = [
["2259633694", "2948913118"],
["3328615544", "3013304742", "2259633694", "3377621764"],
Expand Down
4 changes: 2 additions & 2 deletions storage/Store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const STORE_GIFT_ACTIVE: IStoreGift[] = [
point: 150,
winner: 5,
max: 5,
giftId: 49,
giftId: 56,
},
{
image:
Expand Down Expand Up @@ -222,7 +222,7 @@ export const STORE_GIFT_ACTIVE: IStoreGift[] = [
point: 100,
winner: 5,
max: 5,
giftId: 54,
giftId: 55,
},
];

Expand Down

0 comments on commit 7ef0c2e

Please sign in to comment.