Skip to content

Commit

Permalink
Update MySalesforceAccountsApp.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mike4aday authored Mar 29, 2022
1 parent 51cda01 commit 0e11c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySalesforceAccounts/MySalesforceAccountsApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import SwiftlySalesforce
struct MySalesforceAccountsApp: App {
var body: some Scene {
WindowGroup {
ContentView().environmentObject(try! Salesforce.connect())
ContentView()
}
}
}

0 comments on commit 0e11c5a

Please sign in to comment.