Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb')
-rw-r--r--gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb b/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
index 65d1ab96644..7c7a44f77e2 100644
--- a/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
+++ b/gems/gitlab-http/lib/gitlab/http_v2/lazy_response.rb
@@ -7,7 +7,7 @@ module Gitlab
attr_reader :promise
- delegate :state, to: :promise
+ delegate :state, :complete?, to: :promise
def initialize(promise, path, options, log_info)
@promise = promise