Skip to content

Commit

Permalink
Update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Aug 22, 2024
1 parent 5fdd68e commit 69f9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cordova/plugin/apple/src/OutlinePlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class OutlinePlugin: CDVPlugin {
errorCode: OutlineVpn.ErrorCode.illegalServerConfiguration)
}
Task {
let errorCode = await OutlineVpn.shared.start(tunnelId, name:name, withTransport:transportConfig)
let errorCode = await OutlineVpn.shared.start(tunnelId, named:name, withTransport:transportConfig)
if errorCode == OutlineVpn.ErrorCode.noError {
#if os(macOS) || targetEnvironment(macCatalyst)
NotificationCenter.default.post(name: .kVpnConnected, object: nil)
Expand Down

0 comments on commit 69f9f34

Please sign in to comment.