]> git.sesse.net Git - remoteglot/commitdiff
Another deprettification.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 Mar 2016 10:53:50 +0000 (11:53 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 Mar 2016 10:53:50 +0000 (11:53 +0100)
server/hash-lookup.js

index 8c49e084501aaad35ddeb8e8ec9d79dd7d3b24f6..0e7ee52b0fc38d7d5798548fecf6e993dd46e1ea 100644 (file)
@@ -141,7 +141,7 @@ var translate_line = function(board, fen, line) {
                r['move'] = '';
        }
        if (!line['found']) {
-               r['pv_pretty'] = [];
+               r['pv'] = [];
                return r;
        }
        r['depth'] = line['depth'];