401 errors

This commit is contained in:
2018-11-14 01:30:18 -06:00
parent 374425a031
commit c6701579d3

View File

@@ -110,8 +110,6 @@ class Fleet {
//Setup the body of the esi message and perform the call
$esi->setBody(['character_id' => $charId,
'role' => 'squad_member',
'squad_id' => 0,
'wing_id' => 0,
])->invoke('post', '/fleets/{fleet_id}/members/', [
'fleet_id' => $fleetId,
]);