Skip to content

Commit

Permalink
Add delay when shutting down VPN due to error (#3579)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1207603085593419/1208772807738114/f
Tech Design URL:
CC:

Description:

This PR adds a short delay before shutting down the VPN due to an error.
  • Loading branch information
samsymons authored Nov 22, 2024
1 parent 3525099 commit 079d76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11046,7 +11046,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 211.1.1;
version = 211.1.2;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "b18e710f5377f494b98b91019b774d79f2cfaf2a",
"version" : "211.1.1"
"revision" : "deacf613553334f35053a2092d4e062e4775544c",
"version" : "211.1.2"
}
},
{
Expand Down

0 comments on commit 079d76d

Please sign in to comment.