aboutsummaryrefslogtreecommitdiffstats
path: root/src/api
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/api
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/api')
-rw-r--r--src/api/ServicesApi.js8
1 files changed, 0 insertions, 8 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 }