mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-18 22:49:10 +00:00
Adjust to issue with infrastructure metadata
This commit is contained in:
parent
5c918c3a86
commit
6eb6e5a735
@ -76,7 +76,7 @@ class IssueReporter: NSObject {
|
||||
let bodyContent = AppConstants.IssueReporter.Email.template
|
||||
var bodyMetadata = "--\n\n"
|
||||
bodyMetadata += DebugLog(raw: "").decoratedString()
|
||||
if let metadata = issue.infrastructure.metadata {
|
||||
if let metadata = issue.infrastructureMetadata {
|
||||
bodyMetadata += "Provider: \(metadata.description)\n"
|
||||
if let lastUpdated = InfrastructureFactory.shared.modificationDate(forName: metadata.name) {
|
||||
bodyMetadata += "Last updated: \(lastUpdated)\n"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a928a0f840d3d0283434b5e9211eac50cbbef2b8
|
||||
Subproject commit a25761342a62c75723d523a5c4a0440ad342191c
|
Loading…
Reference in New Issue
Block a user