Skip to content

Commit 06e2a74

Browse files
fix(overmind-devtools-client): type bug
1 parent 8da0b3a commit 06e2a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind-devtools-client/src/BackendConnector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AppMessage } from './overmind/types'
22

33
type Message = {
44
appName: string
5-
messages: AppMessage<any>[]
5+
message: AppMessage<any>
66
}
77

88
type MessageCallback = (message: Message) => void

0 commit comments

Comments
 (0)