fix check slug

This commit is contained in:
Tykayn 2021-02-24 10:59:31 +01:00 committed by tykayn
parent a89a2dbf46
commit 1e3f8d1c4a
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class PollController extends FramadateController {
return $this->json( [
'message' => ' yes this slug is available on this Framadate instance ',
'data' => [
'slug' => $customUrl,
'slug' => $slug,
],
],
404 );