We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a72218 commit c74bc09Copy full SHA for c74bc09
README.md
@@ -220,7 +220,7 @@ IEnumerable<Hero> result = await q.FindAsync();
220
```
221
#### (WebGL) Example
222
223
-MoralisQuery<Hero> q = MoralisInterface.GetClient().Query<Hero>();
+MoralisQuery<Hero> q = await MoralisInterface.GetClient().Query<Hero>();
224
q = q.WhereEqualTo("Level", 3);
225
IEnumerable<Hero> result = await q.FindAsync();
226
0 commit comments