Skip to content

Commit 340d90f

Browse files
committed
remove nebula from service list
1 parent 040e478 commit 340d90f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/service-utils/src/core/services.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ export const SERVICE_DEFINITIONS = {
6565
// all actions allowed
6666
actions: [],
6767
},
68-
nebula: {
69-
name: "nebula",
70-
title: "Nebula",
71-
description: "Nebula services",
72-
// all actions allowed
73-
actions: [],
74-
},
7568
} as const;
7669

7770
export const SERVICE_NAMES = Object.keys(

0 commit comments

Comments
 (0)