Skip to content

Commit

Permalink
fix: update TemplateToken variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joonchrislee committed Oct 20, 2022
1 parent ae7fb3a commit 9cf3615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/TokenTextView/Token.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Foundation

public struct TemplateToken: Codable {
public let name: String { get }
public let identifier: String { get }
public var name: String
public var identifier: String

public init(name: String, identifier: String) {
self.name = name
Expand Down

0 comments on commit 9cf3615

Please sign in to comment.