Skip to content

Commit

Permalink
Allow only 350gb add on
Browse files Browse the repository at this point in the history
  • Loading branch information
ddc22 committed Jan 31, 2025
1 parent e73cfc7 commit f27725f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/data-stores/src/add-ons/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const ADD_ON_200GB_STORAGE = '200gb-storage-add-on';
export const ADD_ON_250GB_STORAGE = '250gb-storage-add-on';
export const ADD_ON_300GB_STORAGE = '300gb-storage-add-on';
export const ADD_ON_350GB_STORAGE = '350gb-storage-add-on';
export const ADD_ON_400GB_STORAGE = '400gb-storage-add-on';

export const ADD_ONS = < const >[
ADD_ON_JETPACK_AI_MONTHLY,
Expand Down

0 comments on commit f27725f

Please sign in to comment.