diff --git a/MVMCore/MVMCore/ActionHandling/ActionOpenPageModel.swift b/MVMCore/MVMCore/ActionHandling/ActionOpenPageModel.swift index c51b3fd..611b7b7 100644 --- a/MVMCore/MVMCore/ActionHandling/ActionOpenPageModel.swift +++ b/MVMCore/MVMCore/ActionHandling/ActionOpenPageModel.swift @@ -69,7 +69,7 @@ public struct ActionOpenPageModel: ActionModelProtocol, ActionOpenPageProtocol, case customTimeoutTime } - required public init(from decoder: Decoder) throws { + public init(from decoder: Decoder) throws { let typeContainer = try decoder.container(keyedBy: CodingKeys.self) pageType = try typeContainer.decode(String.self, forKey: .pageType) baseURL = try typeContainer.decodeIfPresent(URL.self, forKey: .baseURL)