sainw пре 3 година
родитељ
комит
f0bcee53c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fire/endpoint.go

+ 1 - 1
fire/endpoint.go

@@ -205,7 +205,7 @@ func (ep *EndPoint) Post(ctx context.Context) (createdDoc map[string]interface{}
 		}
 
 		for _, ref := range refs {
-			if err := tx.Create(ref, ep.Payload); err != nil {
+			if err := tx.Create(ref, ep.Payload.data); err != nil {
 				return err
 			}
 			refLog := ref.Collection("logs").NewDoc()