Skip to content

Commit

Permalink
Expose repo id/type (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor authored Dec 12, 2024
1 parent d42fdae commit 5751308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Hub/Hub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public extension Hub {
}

struct Repo {
let id: String
let type: RepoType
public let id: String
public let type: RepoType

public init(id: String, type: RepoType = .models) {
self.id = id
Expand Down

0 comments on commit 5751308

Please sign in to comment.