ソースを参照

代码修改

erlArango_v1
AICells 5年前
コミット
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 ->

読み込み中…
キャンセル
保存