Merge pull request #110 from jorilallo/queryperf

Query Improvements
This commit is contained in:
Jori Lallo
2017-07-06 23:22:16 -07:00
committed by GitHub
10 changed files with 100 additions and 115 deletions

View File

@@ -18,7 +18,7 @@ class DocumentViewersStore {
this.isFetching = true;
try {
const res = await client.get(
const res = await client.post(
'/views.list',
{
id: this.documentId,