diff --git a/routes/api/v1/publishers_add_update.go b/routes/api/v1/publishers_add_update.go index 406ea04..57611e2 100644 --- a/routes/api/v1/publishers_add_update.go +++ b/routes/api/v1/publishers_add_update.go @@ -55,7 +55,7 @@ func PublisherAddOrUpdate(c echo.Context) error { } // Log the action - err = models.LogAction("Added or updated a publisher",newPublisher.ID, c) + err = models.LogAction("Added or updated a publisher", newPublisher.ID, c) if err != nil { return c.JSON(http.StatusInternalServerError, models.Message{"Could not log"}) }