Skip to content

Commit

Permalink
[fix] Parse is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Sep 3, 2012
1 parent 9158340 commit d48b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.js
Expand Up @@ -63,7 +63,7 @@ function readIP (){
log.info('Can\'t load the ips (read)');
} else {
try {
bannedIPs = JSON.parse(data);
bannedIPs = data;
log.info('ips updated');
} catch (exc) {
log.warn(exc);
Expand Down

0 comments on commit d48b712

Please sign in to comment.