Skip to content

Commit 6b46a58

Browse files
committed
Lint
1 parent daaa28b commit 6b46a58

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

services/web/src/components/bot/MessageParser.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ class MessageParser {
7171
) {
7272
return this.actionProvider.handleResetContext(this.state.accessToken);
7373
} else if (this.state.initializing) {
74-
return this.actionProvider.handleInitialized(message, this.state.accessToken);
74+
return this.actionProvider.handleInitialized(
75+
message,
76+
this.state.accessToken,
77+
);
7578
} else if (this.state.initializationRequired) {
7679
return this.actionProvider.handleNotInitialized();
7780
}

0 commit comments

Comments
 (0)