Quellcode durchsuchen

fix: remove _method param from APIG list query (Parse rejects it)

gangvy vor 5 Monaten
Ursprung
Commit
7e1ae5d4cc
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/app/app.ts

+ 0 - 1
src/app/app.ts

@@ -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',