Skip to content

Commit

Permalink
fix(root): updated access level for secretKey property
Browse files Browse the repository at this point in the history
  • Loading branch information
derian-cordoba committed Feb 15, 2025
1 parent 07d0ce2 commit bbcc09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/utils/swift/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def key_swift_file_template(content:)
// MARK: - Methods
/// Fetch the key from the keys enum
var secretKey: Keys { Keys(rawValue: self) ?? .unknown }
public var secretKey: Keys { Keys(rawValue: self) ?? .unknown }
/// Fetch the decrypted value of the key
///
Expand Down

0 comments on commit bbcc09f

Please sign in to comment.