Oli Juhl 4 месяцев назад
Родитель
Сommit
e3615e59c2
1 измененных файлов с 2 добавлено и 2 удалено
  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",
           },
           {