Skip to content

Commit 5751308

Browse files
authored
Expose repo id/type (#144)
1 parent d42fdae commit 5751308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Hub/Hub.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public extension Hub {
2424
}
2525

2626
struct Repo {
27-
let id: String
28-
let type: RepoType
27+
public let id: String
28+
public let type: RepoType
2929

3030
public init(id: String, type: RepoType = .models) {
3131
self.id = id

0 commit comments

Comments
 (0)