Skip to content

Commit 6f99c6b

Browse files
committed
Adjusted comments
1 parent 8648201 commit 6f99c6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/asset_version_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (a *AssetVersionController) Delete(ctx shared.Context) error {
133133
// @Param organization path string true "Organization slug"
134134
// @Param projectSlug path string true "Project slug"
135135
// @Param assetSlug path string true "Asset slug"
136-
// @Success 200 {array} dtos.AssetVersionModel
136+
// @Success 200 {array} []dtos.AssetVersionModel
137137
// @Router /organizations/{organization}/projects/{projectSlug}/assets/{assetSlug}/refs [get]
138138
func (a *AssetVersionController) GetAssetVersionsByAssetID(ctx shared.Context) error {
139139
asset := shared.GetAsset(ctx)

0 commit comments

Comments
 (0)