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