Skip to content

Commit

Permalink
update id of delete artifact reqest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 27, 2024
1 parent 641b741 commit 1101bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/artifacts/arifacts_v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func (r *artifactV4Routes) deleteArtifact(ctx *ArtifactContext) {

respData := DeleteArtifactResponse{
Ok: true,
ArtifactId: 1,
ArtifactId: artifactNameToID(req.Name),
}
r.sendProtbufBody(ctx, &respData)
}

0 comments on commit 1101bcc

Please sign in to comment.