Skip to content

Commit 2366e00

Browse files
committed
Fix lint issues
1 parent a18a808 commit 2366e00

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

deliver/lib/deliver/upload_app_clip_default_experience_header_images.rb

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def upload(app_clip_default_experience, localizations, app_clip_header_images)
8080
Helper.show_loading_indicator("Waiting for all the app clip header images to finish being processed...")
8181
wait_for_complete(app_clip_default_experience.id)
8282
Helper.hide_loading_indicator
83-
# TODO: implement function similar to AppScreenshot's `retry_upload_screenshots_if_needed` for robustness
8483

8584
UI.message("Successfully uploaded all app clip header images")
8685
end

deliver/lib/deliver/upload_app_clip_default_experience_metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def upload_metadata(options)
2929

3030
UI.important("Will begin uploading app clip default experience metadata for '#{version.version_string}' on App Store Connect")
3131

32-
# TODO: support handling more than one app clip target per app
32+
# Currently only one app clip target per app is supported
3333
app_clips = app.get_app_clips
3434
app_clip = app_clips.first
3535

spaceship/lib/spaceship/connect_api/models/app_clip_header_image.rb

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def self.create(client: nil, app_clip_default_experience_localization_id: nil, p
9999
attributes: post_attributes
100100
).first
101101
rescue => error
102-
# TODO: handle this error like how `app_screenshot` model does it
103102
puts("ERROR: Unable to create app clip header image reservation, error: #{error}")
104103
end
105104

0 commit comments

Comments
 (0)