Skip to content

Commit

Permalink
FAQ: Update faqState attribute (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Oct 24, 2024
1 parent ede4acd commit 1c7b69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SharedModels/Faq/FaqDTO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ public struct FaqDTO: Codable, Identifiable {
public var questionTitle: String
public var questionAnswer: String
public var categories: Set<String>?
public var state: FaqState?
public var faqState: FaqState
}

0 comments on commit 1c7b69b

Please sign in to comment.