X-Git-Url: https://git.auder.net/assets/%7B%7B%20asset%28%27mixstore/css/store/view-usecase.css%27%29%20%7D%7D?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=89bef8da549e1724226576333380079bbe31dba2;hb=11667c79617c057357f2a176c798bfee3b190771;hp=4d44cd1acfb295efca43f53a48496153667ceac0;hpb=a4480041556612060da8ba4cf30adc48895d746e;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 4d44cd1a..89bef8da 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -419,9 +419,7 @@ export default { else { // Local or corr game - GameStorage.get(this.gameRef.id, (game) => { - afterRetrieval(game); - }); + GameStorage.get(this.gameRef.id, afterRetrieval); } }, // Post-process a move (which was just played)