Skip to content
Snippets Groups Projects
Verified Commit 228c4295 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 22295925
No related branches found
No related tags found
No related merge requests found
Pipeline #1878 passed
......@@ -3,7 +3,7 @@ image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_TAG: $CI_REGISTRY_IMAGE
IMAGE_VER: 0.7.0
IMAGE_VER: 0.7.1
services:
- docker:19.03.1-dind
......
......@@ -45,7 +45,7 @@ sub main {
keepalive => { '>' => \$min_alive_time },
}
);
$c->send(to_json({ event => 'online_users_updated', palyload => $alive }));
$c->send(to_json({ event => 'online_users_updated', payload => $alive }));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment