Skip to content

Commit

Permalink
fix(urgentNewsItem): remove unneeded lazy keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
NuttyShrimp committed Nov 7, 2022
1 parent c416d89 commit 83174aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hydra iOS/Models/UgentNewsItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ struct UgentNewsItem: Decodable, Identifiable {
let published: Date
let summary: String
let title: String
lazy var orgPath: String? = "logo-ugent-en"
var orgPath: String? = "logo-ugent-en"
}

0 comments on commit 83174aa

Please sign in to comment.