Skip to content

Commit

Permalink
✨ Always render stop message
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Jun 12, 2023
1 parent 2829a6f commit e7cb90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/services/agent/message-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MessageService {
}

sendManualShutdownMessage() {
this.sendMessage({
this.renderMessage({
type: MESSAGE_TYPE_SYSTEM,
value: translate("AGENT_MANUALLY_SHUT_DOWN", "errors"),
});
Expand Down

0 comments on commit e7cb90c

Please sign in to comment.