Skip to content

Commit

Permalink
Little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineInCode committed Dec 16, 2024
1 parent f8d8cd6 commit 6a315f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ extension GeneratorState.UsernameState {
ForwarderServiceType.addyIo(
apiToken: addyIOAPIAccessToken,
domain: addyIODomainName,
baseURL: "https://app.addy.io"
baseUrl: "https://app.addy.io"
)
case .duckDuckGo:
ForwarderServiceType.duckDuckGo(token: duckDuckGoAPIKey)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ class GeneratorStateTests: BitwardenTestCase { // swiftlint:disable:this type_bo
service: .addyIo(
apiToken: "ADDY IO TOKEN",
domain: "addy-example.com",
baseURL: "https://app.addy.io"
baseUrl: "https://app.addy.io"
),
website: "example.com"
)
Expand Down

0 comments on commit 6a315f0

Please sign in to comment.