We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af350 commit b429981Copy full SHA for b429981
Coder-Desktop/Coder-Desktop/UpdaterService.swift
@@ -64,7 +64,7 @@ extension UpdaterService: SPUUpdaterDelegate {
64
[updateChannel.rawValue]
65
}
66
67
- func updater(_ updater: SPUUpdater, didFindValidUpdate item: SUAppcastItem) {
+ func updater(_: SPUUpdater, didFindValidUpdate _: SUAppcastItem) {
68
Task { @MainActor in appActivate() }
69
70
0 commit comments