Skip to content

Commit 4812673

Browse files
committed
Update
1 parent 6794303 commit 4812673

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Core/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ let package = Package(
164164
"Highlightr",
165165
"Splash",
166166
"UserDefaultsObserver",
167+
"Logger",
167168
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
168169
.product(name: "MarkdownUI", package: "swift-markdown-ui"),
169170
]

Core/Sources/CodeiumService/CodeiumService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ enum CodeiumError: Error, LocalizedError {
3131
}
3232
}
3333

34+
let token = ""
3435

3536
public class CodeiumSuggestionService {
3637
static let sessionId = UUID().uuidString

Core/Tests/ServiceTests/Environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import XPCShared
2323
}
2424

2525
Environment.createSuggestionService = {
26-
_ in fatalError("")
26+
_, _ in fatalError("")
2727
}
2828

2929
Environment.triggerAction = { _ in }

0 commit comments

Comments
 (0)