From 782aab1319bdcfbe1634d4b33444e8ce5b57d394 Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Wed, 19 Apr 2017 20:04:58 -0300 Subject: Pass a options hash to Github::Client --- lib/github/representation/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/github/representation/comment.rb') diff --git a/lib/github/representation/comment.rb b/lib/github/representation/comment.rb index 02bcd9eaa0e..22cb98b0eff 100644 --- a/lib/github/representation/comment.rb +++ b/lib/github/representation/comment.rb @@ -6,7 +6,7 @@ module Github end def author - @author ||= Github::Representation::User.new(raw['user']) + @author ||= Github::Representation::User.new(raw['user'], options) end def commit_id -- cgit v1.2.1