Skip to content

Commit

Permalink
fix: remove commented out line'
Browse files Browse the repository at this point in the history
  • Loading branch information
MelTravelz committed Nov 2, 2023
1 parent 3f238ec commit 126d9ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/api/v1/puzzles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ class Api::V1::PuzzlesController < ApplicationController
before_action :find_puzzles, only: [:index]

def index
# find_puzzles(params[:zip_code])
raise NoPuzzlesFoundException if @puzzles_in_zip_code.empty?
render json: PuzzleSerializer.new(@puzzles_in_zip_code)
end
Expand Down

0 comments on commit 126d9ea

Please sign in to comment.