diff --git a/index.js b/index.js index 858c9ec..0f472d0 100644 --- a/index.js +++ b/index.js @@ -314,7 +314,7 @@ function startCheck(params, zoneId, info) { } } else { setHeightAndWidth(el, st.info.lastHeight, st.info.lastHeight); - changeHeight(el, data.height); + changeHeight(el, data.height - 1); let erroredHeight = state[zoneId].currentHeight; setError(zoneId, erroredHeight - 1); socket.close() diff --git a/salmon.png b/salmon.png new file mode 100644 index 0000000..31e77c9 Binary files /dev/null and b/salmon.png differ