Browse Source

chore: Update seed script

Oli Juhl 4 months ago
parent
commit
e3615e59c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/scripts/seed.ts

+ 2 - 2
src/scripts/seed.ts

@@ -214,7 +214,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
         rules: [
           {
             attribute: "enabled_in_store",
-            value: '"true"',
+            value: "true",
             operator: "eq",
           },
           {
@@ -252,7 +252,7 @@ export default async function seedDemoData({ container }: ExecArgs) {
         rules: [
           {
             attribute: "enabled_in_store",
-            value: '"true"',
+            value: "true",
             operator: "eq",
           },
           {