X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=server%2Fhash-lookup.js;h=0e7ee52b0fc38d7d5798548fecf6e993dd46e1ea;hp=8c49e084501aaad35ddeb8e8ec9d79dd7d3b24f6;hb=34d38246bfa07b18ce789b64d5ae9d6a9e7afece;hpb=1a04a89fab0e0f95ab4a5cde6e12729dc2bc93d6 diff --git a/server/hash-lookup.js b/server/hash-lookup.js index 8c49e08..0e7ee52 100644 --- a/server/hash-lookup.js +++ b/server/hash-lookup.js @@ -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'];