This commit is contained in:
d98762625 2018-05-03 13:58:15 +01:00
parent 5fb50a1759
commit 5efc3f15f2
3 changed files with 6 additions and 8 deletions

View file

@ -76,8 +76,8 @@ export function wrap(Operation) {
/**
* First draft
* @param input
* @param type
* @param input
* @param type
*/
export async function translateTo(input, type) {
const dish = new Dish();
@ -89,8 +89,8 @@ export async function translateTo(input, type) {
}
/**
*
* @param searchTerm
*
* @param searchTerm
*/
export function search(searchTerm) {