diff options
Diffstat (limited to 'lib/bitbucket/representation/user.rb')
-rw-r--r-- | lib/bitbucket/representation/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/representation/user.rb b/lib/bitbucket/representation/user.rb index 2b45d751e70..23d7008de92 100644 --- a/lib/bitbucket/representation/user.rb +++ b/lib/bitbucket/representation/user.rb @@ -4,7 +4,7 @@ module Bitbucket module Representation class User < Representation::Base def username - raw['username'] + raw["username"] end end end |