Code format
This commit is contained in:
@@ -12,7 +12,8 @@ const FoodService = {
|
||||
async GetAll() {
|
||||
return await db.select<Food[]>('SELECT rowid, food, amount, per100, energy FROM food ORDER BY date DESC')
|
||||
},
|
||||
async SetAll(data: Food[]) {}
|
||||
async SetAll(data: Food[]) {
|
||||
}
|
||||
}
|
||||
|
||||
export {FoodService}
|
||||
export { FoodService }
|
||||
|
||||
Reference in New Issue
Block a user