Skip to content

Commit 40d1a79

Browse files
committed
fix: rework
1 parent 53bf8ab commit 40d1a79

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/otomi-stack.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ export default class OtomiStack {
192192
this.sessionId = sessionId ?? 'main'
193193
}
194194

195-
getFileContent(path: string): string {
196-
return this.repoService.getRepo().files[path] || ''
197-
}
198-
199195
getAppList() {
200196
let apps = getAppList()
201197
apps = apps.filter((item) => item !== 'ingress-nginx')

0 commit comments

Comments
 (0)