Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabaid16 committed Aug 25, 2019
1 parent d7e55ef commit e0f73c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/maps_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def images

# run the export
def export
export = Export.create!(map_id: params[:id], bands_string: 'default bands_string')
Export.create!(map_id: params[:id], bands_string: 'default bands_string')
warpable_ids = params[:id].split(',')
warpable_ids.shift
@map = Map.find_by(id: params[:id])
Expand Down

0 comments on commit e0f73c8

Please sign in to comment.