This commit is contained in:
Jori Lallo
2016-09-11 15:48:43 -07:00
parent 60e9a700de
commit bf84f792e2

View File

@@ -126,6 +126,6 @@ Document.searchForUser = async (user, query, options = {}) => {
);
return documents;
}
};
export default Document;