Update ErrorMessage.swift

This commit is contained in:
Ethan Pippin 2022-04-28 15:12:17 -06:00
parent fa683a5d30
commit a22ef63074
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ struct ErrorMessage: Identifiable {
"\(code)\(title)\(message)"
}
/// If the custom displayMessage is `nil`, it will be set to the given logConstructor's message
init(code: Int, title: String, message: String) {
self.code = code
self.title = title