Fix concurrency warning.

This commit is contained in:
Brent Simmons 2024-05-01 21:50:55 -07:00
parent 9f97b08475
commit e9ba29554c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import Account
struct OPMLExporter {
static func OPMLString(with account: Account, title: String) -> String {
@MainActor static func OPMLString(with account: Account, title: String) -> String {
let escapedTitle = title.escapingSpecialXMLCharacters
let openingText =