AICells 5 лет назад
Родитель
Сommit
e291d233bb
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/httpCli/agHttpCli.erl

+ 1
- 1
src/httpCli/agHttpCli.erl Просмотреть файл

@ -117,7 +117,7 @@ castAgency(PoolName, Request, Pid) ->
-spec castAgency(poolName(), term(), pid(), timeout()) -> {ok, requestId()} | {error, atom()}.
castAgency(PoolName, RequestContent, Pid, Timeout) ->
case agAgencyPoolMgrExm:getOneAgency(PoolName) of
case agAgencyPoolMgrIns:getOneAgency(PoolName) of
{error, pool_not_found} = Error ->
Error;
undefined ->

Загрузка…
Отмена
Сохранить