Skip to content

Commit 6b3bf5c

Browse files
authored
Merge pull request #2347 from appwrite/fix-remove-health-service
2 parents a8a982f + b6e2472 commit 6b3bf5c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/stores/project-services.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ function createServices() {
3030
method: ApiService.Functions,
3131
value: null
3232
},
33-
{
34-
label: 'Health',
35-
method: ApiService.Health,
36-
value: null
37-
},
3833
{
3934
label: 'Locale',
4035
method: ApiService.Locale,
@@ -93,11 +88,6 @@ function createServices() {
9388
method: ApiService.Functions,
9489
value: project.serviceStatusForFunctions
9590
},
96-
{
97-
label: 'Health',
98-
method: ApiService.Health,
99-
value: project.serviceStatusForHealth
100-
},
10191
{
10292
label: 'Locale',
10393
method: ApiService.Locale,

0 commit comments

Comments
 (0)