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

Commit 983bc11

Browse files
committed
Make ifNotModifiedSince single-optional
1 parent 86234f8 commit 983bc11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WordPressKit/RemotePostUpdateParameters.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import Foundation
22

33
public final class RemotePostUpdateParameters: NSObject, Encodable {
4-
public var ifNotModifiedSince: Date??
4+
public var ifNotModifiedSince: Date?
5+
56
public var status: String??
67
public var authorID: String??
78
public var date: Date??

0 commit comments

Comments
 (0)