Skip to content

Commit

Permalink
fix injection name
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 3, 2024
1 parent 545dbb1 commit 7f9ae84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/background/hint/YankLinkTextHintAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class YankLinkTextHintAction implements HintAction {
constructor(
@inject("HintClient")
private readonly hintClient: HintClient,
@inject("TabPresenter")
@inject("ClipboardRepository")
private readonly clipboardRepository: ClipboardRepository,
@inject("ConsoleClient")
private readonly consoleClient: ConsoleClient,
Expand Down
2 changes: 1 addition & 1 deletion src/background/hint/YankURLHintAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class YankUrlHintAction implements HintAction {
constructor(
@inject("HintClient")
private readonly hintClient: HintClient,
@inject("TabPresenter")
@inject("ClipboardRepository")
private readonly clipboardRepository: ClipboardRepository,
@inject("ConsoleClient")
private readonly consoleClient: ConsoleClient,
Expand Down

0 comments on commit 7f9ae84

Please sign in to comment.