Skip to content

Commit

Permalink
fix: fix container loading
Browse files Browse the repository at this point in the history
closes #55
  • Loading branch information
antongolub committed Feb 11, 2021
1 parent 6a8fd61 commit 629e94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/orchestrator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logger from './log'
import Config, { READY, UPDATE, ERROR } from './config'
import Container from './container'
import { Container } from './container'
import { Corsproxy, Health, Metrics, Info } from './servlet'
import { getCertOptions } from './cert'

Expand Down

0 comments on commit 629e94f

Please sign in to comment.