Skip to content

Commit

Permalink
fix wrong typed attr reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Aug 25, 2024
1 parent 559f177 commit a111125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/code0/identities/identity_provider.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Code0
module Identities
class IdentityProvider
attr_reader providers: Array[Provider::BaseOauth]
attr_reader providers: Hash[Symbol, Provider::BaseOauth]

def initialize: () -> void

Expand Down

0 comments on commit a111125

Please sign in to comment.