queuecreation
This commit is contained in:
@@ -31,7 +31,9 @@ func (s *DocumentController) Sync(ctx context.Context, config *queue.QueueConfig
|
||||
return err
|
||||
}
|
||||
|
||||
err = s.document.Sync(ctx, body)
|
||||
// TODO normalise input here
|
||||
|
||||
err = s.document.Sync(ctx, &body)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user