diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-16 12:50:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-16 12:50:32 +0300 |
commit | d544a5a6d05a0fb3494ba063ea685b740825aa86 (patch) | |
tree | b5f4a8e412a15aa6907e889a55ef735fb6c633f3 /bbot/manifest | |
parent | ea5ab626990bd02001fe527359efbecd6e5a7dc0 (diff) |
Add supoort for task response result url value
Diffstat (limited to 'bbot/manifest')
-rw-r--r-- | bbot/manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/manifest b/bbot/manifest index 218282f..44e2662 100644 --- a/bbot/manifest +++ b/bbot/manifest @@ -131,7 +131,7 @@ namespace bbot // std::string session; - // Challenge and task are absent if session is empty. + // Challenge, result url and task are absent if session is empty. // butl::optional<std::string> challenge; butl::optional<std::string> result_url; |