Skip to content

Commit

Permalink
Verify rest
Browse files Browse the repository at this point in the history
  • Loading branch information
msftrubengu committed Oct 3, 2023
1 parent 5502ea9 commit 66adaee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace AppInstaller::Repository::Rest::Schema
auto retryAfterHeader = headers.find(web::http::header_names::retry_after);
if (retryAfterHeader != headers.end())
{
return AppInstaller::Utility::GetRetryAfter(retryAfterHeader->first.c_str());
return AppInstaller::Utility::GetRetryAfter(retryAfterHeader->second.c_str());
}

return 0s;
Expand Down

0 comments on commit 66adaee

Please sign in to comment.