Skip to content

Commit

Permalink
Merge pull request #208 from Darkiiiiiice/master
Browse files Browse the repository at this point in the history
fix. 修复错误
  • Loading branch information
cygnushan authored Dec 13, 2024
2 parents 09c11a9 + fbce37a commit 1ce8bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ type CaptureInstanceOutput struct {

// Documentation URL: https://docs.qingcloud.com/api/image/delete_images.html
func (s *ImageService) DeleteImages(i *DeleteImagesInput) (*DeleteImagesOutput, error) {
time.RFC822
if i == nil {
i = &DeleteImagesInput{}
}
Expand Down

0 comments on commit 1ce8bd0

Please sign in to comment.