fix #66
This commit is contained in:
parent
bd72aa305d
commit
3002812c02
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ func handleReader(q chan Event, r io.Reader) error {
|
|||
q <- &NotificationEvent{¬ification}
|
||||
}
|
||||
case "delete":
|
||||
q <- &DeleteEvent{ID(strings.TrimSpace(token[1]))}
|
||||
q <- &DeleteEvent{ID: ID(strings.TrimSpace(token[1]))}
|
||||
}
|
||||
if err != nil {
|
||||
q <- &ErrorEvent{err}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue