Skip to content

Commit

Permalink
VPN: Cleanup authorize call (#2685)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1206999858530020/f

macOS PR: duckduckgo/macos-browser#2553
BSK PR: duckduckgo/BrowserServicesKit#763

## Description

Removes unused code.
  • Loading branch information
diegoreymendez authored Apr 8, 2024
1 parent 1504f88 commit 0f9d596
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 @@ -10037,7 +10037,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 132.0.1;
version = 132.0.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" : "73f68ee1c0dda3cd4a0b0cc3cc38a6cc7e605829",
"version" : "132.0.1"
"revision" : "5199a6964e183c3d001b188286bbabeca93c8849",
"version" : "132.0.2"
}
},
{
Expand Down

0 comments on commit 0f9d596

Please sign in to comment.