Skip to content

Commit 2bb3aa2

Browse files
committed
Fix problematic module casing
1 parent ef69f2e commit 2bb3aa2

File tree

1 file changed

+1
-1
lines changed
  • 09-behavioral-design-patterns/14-command

1 file changed

+1
-1
lines changed

09-behavioral-design-patterns/14-command/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createPostStatusCmd } from './createPostStatusCmd.js'
22
import { statusUpdateService } from './statusUpdateService.js'
3-
import { Invoker } from './Invoker.js'
3+
import { Invoker } from './invoker.js'
44

55
// The Client code
66
const invoker = new Invoker()

0 commit comments

Comments
 (0)