mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 09:07:28 +03:00
removed missing lines
This commit is contained in:
parent
f8c2316293
commit
02d4b0e0d9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user