Skip to content

Commit f4b9e53

Browse files
committed
chore: narrow repository browser changes
1 parent c9304a2 commit f4b9e53

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,3 @@ DerivedData/
8282
*.swp
8383
*.swo
8484
*.idea/
85-
node_modules/
86-
node_modules/.pnpm/

Sources/RepoBarCore/Models/Repository+Factory.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,13 @@ extension Repository {
5050
static func placeholder(
5151
owner: String,
5252
name: String,
53-
description: String? = nil,
5453
error: String?,
5554
rateLimitedUntil: Date?
5655
) -> Repository {
5756
Repository(
5857
id: "\(owner)/\(name)",
5958
name: name,
6059
owner: owner,
61-
description: description,
6260
sortOrder: nil,
6361
error: error,
6462
rateLimitedUntil: rateLimitedUntil,

0 commit comments

Comments
 (0)