main
Yasen Pramatarov 2024-09-30 10:07:50 +03:00
parent a585bdaaff
commit e1888cce8a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Agent {
} }
// fetch result from jilo agent API // fetch result from jilo agent API
pubic function fetchAgent($agent_id, $force = false) { public function fetchAgent($agent_id, $force = false) {
// we need agent details for URL and JWT token // we need agent details for URL and JWT token
$agent = $this->getAgentDetails($agent_id); $agent = $this->getAgentDetails($agent_id);