Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-01 17:11:34 +00:00
parent 0561a7f7c2
commit e2913e9e7c
18 changed files with 782 additions and 782 deletions

View File

@@ -110,7 +110,7 @@ type SubscribeRequest struct {
}
type SubscribeResponse struct {
// the event which occured; created, deleted, updated
// the event which occured; create, delete, update
Event string `json:"event"`
// the note which the operation occured on
Note *Note `json:"note"`