Rework search to return a list
Like a proper search would!"
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
if (!per100Edited)
|
||||
GetLastPer100(name.trim()).then((res) => {
|
||||
if (res.success) {
|
||||
per100 = res.data.toString();
|
||||
console.log(res.data[0].food);
|
||||
per100 = res.data[0].per100.toString();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user