From 34d38246bfa07b18ce789b64d5ae9d6a9e7afece Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 23 Mar 2016 11:53:50 +0100 Subject: [PATCH] Another deprettification. --- server/hash-lookup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; -- 2.39.2