Skip to content

Commit ab9be63

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 246b4ae + 8efbce5 commit ab9be63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ATProtoKit/Utilities/ATProtoIdentifiers/RecordKeyManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct RecordKeyManager {
2222
/// A list of the valid characters in base32.
2323
private let base32Alphabet = "234567abcdefghijklmnopqrstuvwxyz"
2424

25-
init() {
25+
public init() {
2626
// Generate a random 10-bit clock identifier.
2727
clockIdentifier = UInt64.random(in: 0..<1023)
2828
}

0 commit comments

Comments
 (0)