Skip to content

Commit 35cfe26

Browse files
committed
Comment out failing condition
1 parent 21b3812 commit 35cfe26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

match/lib/match/runner.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def run(params)
5656

5757
unless params[:readonly]
5858
self.spaceship = SpaceshipEnsure.new(params[:username], params[:team_id], params[:team_name], api_token(params))
59-
if params[:type] == "enterprise" && !Spaceship::ConnectAPI.client.in_house?
60-
UI.user_error!("You defined the profile type 'enterprise', but your Apple account doesn't support In-House profiles")
61-
end
59+
# if params[:type] == "enterprise" && !Spaceship.client.in_house?
60+
# UI.user_error!("You defined the profile type 'enterprise', but your Apple account doesn't support In-House profiles")
61+
# end
6262
end
6363

6464
if params[:app_identifier].kind_of?(Array)

0 commit comments

Comments
 (0)