Skip to content

Commit

Permalink
Fix param typo and drop vpnOn from toggle Report
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayterDev committed Mar 27, 2024
1 parent 8b7c874 commit 32b0411
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/privacy-dashboard",
"state" : {
"revision" : "43a6e1c1864846679a254e60c91332c3fbd922ee",
"version" : "3.3.0"
"revision" : "b897b7153a7c55dc2c6b48bc5a3b35776ac1ffc2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", exact: "1.2.2"),
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "2.1.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "3.3.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", revision: "b897b7153a7c55dc2c6b48bc5a3b35776ac1ffc2"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "5.8.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
Expand Down
3 changes: 1 addition & 2 deletions Sources/PrivacyDashboard/PrivacyDashboardUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,9 @@ final class PrivacyDashboardUserScript: NSObject, StaticUserScript {
{"id": "lastSentDay"},
{"id": "didOpenReportInfo"},
{"id": "toggleReportCounter"},
{"id": "vpnOn"},
{"id": "jsPerformance"},
{"id": "openerContext"},
{"id": "userRefeshCount"},
{"id": "userRefreshCount"},
]
}
window.onGetToggleReportOptionsResponse(json);
Expand Down

0 comments on commit 32b0411

Please sign in to comment.