Skip to content

Commit b8ff628

Browse files
fix: return env check
1 parent e14f8af commit b8ff628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/otomi-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@ export default class OtomiStack {
22482248
}
22492249

22502250
async getK8sServices(teamId: string): Promise<Array<K8sService>> {
2251-
// if (env.isDev) return []
2251+
if (env.isDev) return []
22522252
// const teams = user.teams.map((name) => {
22532253
// return `team-${name}`
22542254
// })

0 commit comments

Comments
 (0)