Digital PCT265 story VZWYZDG-1866 - Update name to proper jargon.

This commit is contained in:
Scott Pfeil 2024-08-08 14:14:03 -04:00
parent f412fd70e1
commit a691f8d713

View File

@ -10,7 +10,7 @@ import Foundation
import MVMCore
public struct ActionNegateGoneModel: ActionModelProtocol {
public static var identifier: String = "toggleGone"
public static var identifier: String = "negateGone"
public var actionType: String = ActionNegateGoneModel.identifier
public var extraParameters: JSONValueDictionary?
public var analyticsData: JSONValueDictionary?