removed missing lines

This commit is contained in:
u-e 2019-07-16 18:52:19 +03:00
parent f8c2316293
commit 02d4b0e0d9

View File

@ -240,21 +240,6 @@ export const searchPath = q =>
});
});
// export const searchPath = q =>
// searchApi
// .post(
// '/search-path',
// {
// q,
// },
// {
// headers: {
// Authorization: SEARCH_API_TOKEN,
// },
// },
// )
// .then(resp => resp.data);
// Schedule
export const schedule = (
user,