Skip to content

Commit

Permalink
Disable certain shops
Browse files Browse the repository at this point in the history
  • Loading branch information
GewoonJaap authored Jul 17, 2024
1 parent 36a9315 commit f7ec21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SHOPIFY_STORES = {
{
URL: 'https://sabrina-carpenter-official.myshopify.com',
FRIENDLY_NAME: 'Sabrina Carpenter - US Store',
ENABLED: true,
ENABLED: false,
NOTIFICATION_PRIORITY_SETTINGS: {
VERY_IMPORTANT: [],
VERY_IMPORTANT_TYPE: NTFY.URGENT_PRIORITY,
Expand All @@ -63,7 +63,7 @@ export const SHOPIFY_STORES = {
{
URL: 'https://blood-records.myshopify.com',
FRIENDLY_NAME: 'Blood Records - Store',
ENABLED: true,
ENABLED: false,
NOTIFICATION_PRIORITY_SETTINGS: {
VERY_IMPORTANT: [],
VERY_IMPORTANT_TYPE: NTFY.URGENT_PRIORITY,
Expand Down

0 comments on commit f7ec21a

Please sign in to comment.