Skip to content

Commit

Permalink
Remove an unnecessary step when stopping the tunnel (#3639)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1207603085593419/1208865941226621/f

BSK PR: duckduckgo/BrowserServicesKit#1102
macOS PR: duckduckgo/macos-browser#3608

## Description

Removes a duplicated step from the tunnel stop logic that was causing
some trouble in the logs.
  • Loading branch information
diegoreymendez authored Nov 28, 2024
1 parent 7998098 commit 128adae
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 @@ -11251,7 +11251,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 212.1.0;
version = 212.1.1;
};
};
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" : "a3d5a2fc45ce000515b04666aa2fa7ad2d30e288",
"version" : "212.1.0"
"revision" : "db9c29a429896138fab29da987981a5f4a8d6712",
"version" : "212.1.1"
}
},
{
Expand Down

0 comments on commit 128adae

Please sign in to comment.