Fix type that caused a compile error

This commit is contained in:
Maurice Parker 2021-09-30 09:43:32 -05:00
parent 5716bc3d19
commit 6e54598547
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ private extension ArticlePasteboardWriter {
}
if let link = article.link {
s += "URL: \(rawLink)\n\n"
s += "URL: \(link)\n\n"
}
if let externalLink = article.externalLink {
s += "external URL: \(externalLink)\n\n"