Преглед на файлове

fix: use priceStep exists filter instead of non-existent isVerified column

gangvy преди 5 месеца
родител
ревизия
809b899b9f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/app.ts

+ 1 - 1
src/app/app.ts

@@ -168,7 +168,7 @@ export class App implements OnInit {
     this.apigListLoading = true;
     try {
       const query: any = {
-        where: JSON.stringify({ isVerified: true }),
+        where: JSON.stringify({ priceStep: { $exists: true } }),
         keys: 'title,content,priceStep',
         order: '-updatedAt',
         limit: '20'