Skip to content

Commit 74269f6

Browse files
committed
chore: review
1 parent efb8a35 commit 74269f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/buildLanguages.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ export async function buildLanguages(generators: Generator[], scope: BuildType):
110110
return map;
111111
}
112112

113-
// there is no monitoring client for now
114-
if (gen.client === 'monitoring') {
115-
return map;
116-
}
117-
118113
if (!(gen.language in map)) {
119114
map[gen.language] = [];
120115
}

0 commit comments

Comments
 (0)