Merged in feature/removejob (pull request #95)

Remove Job

* removejob

* rmjob

* sync

* cleanup

* precommit

* startslow

* startslow

* startslow

* openapi

* clean

* test

* scripts

* littlecleanercmds

* mermaid
This commit is contained in:
Michael McGuinness
2025-03-10 11:03:00 +00:00
parent 7d78e65d0c
commit 62886dbba8
148 changed files with 2088 additions and 3828 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func (s *Controllers) GetClient(ctx echo.Context, id types.UUID) error {
return echo.NewHTTPError(http.StatusBadRequest, fmt.Sprintf("Unable to get client: %s", err))
}
return ctx.JSON(http.StatusOK, JobClient{
return ctx.JSON(http.StatusOK, DocClient{
Id: client.ID,
Name: client.Name,
CanSync: client.CanSync,