Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tidies app.psgi
  • Loading branch information
oalders committed Aug 13, 2014
1 parent caccb4b commit 618ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.psgi
Expand Up @@ -85,7 +85,7 @@ my $app = Plack::App::URLMap->new;

# Use try/catch so JSON doesn't barf if the cookie is bad.
try {
JSON::decode_json( MIME::Base64::decode( $_[0] ) )
JSON::decode_json( MIME::Base64::decode( $_[0] ) );
}

# No session.
Expand Down

0 comments on commit 618ace7

Please sign in to comment.