Commit bcd749e4 authored by Armando Lüscher's avatar Armando Lüscher

Fix return value to return a ServerResponse.

parent 980dcd4c
......@@ -98,6 +98,6 @@ class WhoamiCommand extends UserCommand
$result = Request::sendMessage($data);
}
return $result->isOk();
return $result;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment