Skip to content

Commit bcd749e

Browse files
committed
Fix return value to return a ServerResponse.
1 parent 980dcd4 commit bcd749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/UserCommands/WhoamiCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ public function execute()
9898
$result = Request::sendMessage($data);
9999
}
100100

101-
return $result->isOk();
101+
return $result;
102102
}
103103
}

0 commit comments

Comments
 (0)