We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9304a2 commit f4b9e53Copy full SHA for f4b9e53
2 files changed
.gitignore
@@ -82,5 +82,3 @@ DerivedData/
82
*.swp
83
*.swo
84
*.idea/
85
-node_modules/
86
-node_modules/.pnpm/
Sources/RepoBarCore/Models/Repository+Factory.swift
@@ -50,15 +50,13 @@ extension Repository {
50
static func placeholder(
51
owner: String,
52
name: String,
53
- description: String? = nil,
54
error: String?,
55
rateLimitedUntil: Date?
56
) -> Repository {
57
Repository(
58
id: "\(owner)/\(name)",
59
name: name,
60
owner: owner,
61
- description: description,
62
sortOrder: nil,
63
error: error,
64
rateLimitedUntil: rateLimitedUntil,
0 commit comments