this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hepa: hotfix

+1 -1
+1 -1
automod/engine/blobs.go
··· 17 17 func (c *RecordContext) Blobs() ([]lexutil.LexBlob, error) { 18 18 19 19 if c.RecordOp.Action == DeleteOp { 20 - return nil 20 + return []lexutil.LexBlob{}, nil 21 21 } 22 22 23 23 var blobs []lexutil.LexBlob