queuecreation

This commit is contained in:
Michael McGuinness
2024-12-20 17:35:33 +00:00
parent 6b07844d46
commit f95114e11a
11 changed files with 603 additions and 89 deletions
+3 -1
View File
@@ -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
}