Skip to content

Commit

Permalink
More refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
benburkert committed Sep 4, 2011
1 parent af7c294 commit c6d16e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.ru
Expand Up @@ -7,9 +7,8 @@ class App < Sinatra::Base
count = face_count(params[:src])

{
params[:src] => count > 0,
:src => params[:src],
:count => count
:src => params[:src],
:count => count
}.to_json
end

Expand Down

0 comments on commit c6d16e8

Please sign in to comment.