update
[xogo.git] / utils / setupPieces.js
index 94bbc73..60110cf 100644 (file)
@@ -51,7 +51,7 @@ export const FenUtil = {
             else //p1 > lastP2
               res[lastP2] = b["p1"];
           }
-        }
+        });
       }
     }
     return {fen: res, flags: flags};