From 98124a1c4b5dcdf6098fef78817391e82718b726 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 3 Dec 2017 19:48:50 -0800 Subject: [PATCH] linting --- app/stores/DocumentsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stores/DocumentsStore.js b/app/stores/DocumentsStore.js index f0191904d..6e280d5ff 100644 --- a/app/stores/DocumentsStore.js +++ b/app/stores/DocumentsStore.js @@ -126,7 +126,7 @@ class DocumentsStore extends BaseStore { @action search = async ( query: string, - options: PaginationParams + options?: PaginationParams ): Promise => { const res = await client.get('/documents.search', { ...options,