Skip to content

Commit

Permalink
Not sure how that happened
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Sep 5, 2024
1 parent 3b57811 commit 758db84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/v1/creator/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (r *Repos) GetSeries(c echo.Context) error {
// @ID update-creator-series
// @Tags creator-series
// @Accept json
// @Param quote body series.NewPlaylist true "Series object"
// @Param quote body series.Series true "Series object"
// @Success 200
// @Router /v1/internal/creator/series [put]
func (r *Repos) UpdateSeries(c echo.Context) error {
Expand Down

0 comments on commit 758db84

Please sign in to comment.