mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing title property to notification call in Task.ts
This commit is contained in:
parent
e043387fb4
commit
41fbb2e684
1 changed files with 1 additions and 0 deletions
|
|
@ -847,6 +847,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
|
|||
.sendNotification({
|
||||
timestamp: Date.now(),
|
||||
type: notificationType,
|
||||
title: "Approval Required",
|
||||
message: notificationMessage,
|
||||
taskId: this.taskId,
|
||||
metadata: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue