aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-12 10:24:50 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-12 10:24:50 +0530
commit5ae814dc29c73de5f7704f9be6dd8455a2094858 (patch)
treede3cb0c3cd53f86cb291bb7e6decd2ed3e30d626 /src
parentchore: fixed issue with incorrect eslint config and fixed the reported error (diff)
downloadferdium-app-5ae814dc29c73de5f7704f9be6dd8455a2094858.tar.gz
ferdium-app-5ae814dc29c73de5f7704f9be6dd8455a2094858.tar.zst
ferdium-app-5ae814dc29c73de5f7704f9be6dd8455a2094858.zip
cleanup: Removed commented out code [skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/api/ServicesApi.js8
-rw-r--r--src/models/RecipePreview.js1
2 files changed, 0 insertions, 9 deletions
diff --git a/src/api/ServicesApi.js b/src/api/ServicesApi.js
index 36ed9482f..85efd26a6 100644
--- a/src/api/ServicesApi.js
+++ b/src/api/ServicesApi.js
@@ -8,14 +8,6 @@ export default class ServicesApi {
8 return this.server.getServices(); 8 return this.server.getServices();
9 } 9 }
10 10
11 // one(customerId) {
12 // return this.server.getCustomer(customerId);
13 // }
14 //
15 // search(needle) {
16 // return this.server.searchCustomers(needle);
17 // }
18 //
19 create(recipeId, data) { 11 create(recipeId, data) {
20 return this.server.createService(recipeId, data); 12 return this.server.createService(recipeId, data);
21 } 13 }
diff --git a/src/models/RecipePreview.js b/src/models/RecipePreview.js
index cfb22f860..7a37ccb56 100644
--- a/src/models/RecipePreview.js
+++ b/src/models/RecipePreview.js
@@ -7,7 +7,6 @@ export default class RecipePreview {
7 7
8 icon = ''; 8 icon = '';
9 9
10 // TODO: check if this isn't replaced by `icons`
11 featured = false; 10 featured = false;
12 11
13 constructor(data) { 12 constructor(data) {