We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef69f2e commit 2bb3aa2Copy full SHA for 2bb3aa2
09-behavioral-design-patterns/14-command/client.js
@@ -1,6 +1,6 @@
1
import { createPostStatusCmd } from './createPostStatusCmd.js'
2
import { statusUpdateService } from './statusUpdateService.js'
3
-import { Invoker } from './Invoker.js'
+import { Invoker } from './invoker.js'
4
5
// The Client code
6
const invoker = new Invoker()
0 commit comments