Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 1a8f226

Browse files
committed
Use Equatable protocol
1 parent 68f8b7f commit 1a8f226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/JetpackServiceRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public struct JetpackInstallError: LocalizedError {
3+
public struct JetpackInstallError: LocalizedError, Equatable {
44
public enum ErrorType: String {
55
case invalidCredentials = "INVALID_CREDENTIALS"
66
case forbidden = "FORBIDDEN"

0 commit comments

Comments
 (0)