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 39b7952 commit cadd84cCopy full SHA for cadd84c
src/front/macOS/kDriveCore/ServerBridge/Jobs/LoginJob.swift
@@ -25,7 +25,7 @@ public struct LoginJob: Sendable {
25
public enum LoginJobError: Error {
26
case userNotFound
27
case noReplyMessage
28
- case serverError(code: KDC.ExitCode, cause: KDC.ExitCause,)
+ case serverError(code: KDC.ExitCode, cause: KDC.ExitCause)
29
}
30
31
public init() {}
0 commit comments