Skip to content

Commit

Permalink
Update src/services/refactors/inlineVariable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
  • Loading branch information
MariaSolOs and DanielRosenwasser authored Jun 9, 2023
1 parent ce1164b commit 436e243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/refactors/inlineVariable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface InliningInfo {
}

registerRefactor(refactorName, {
kinds: [ inlineVariableAction.kind ],
kinds: [inlineVariableAction.kind],

getAvailableActions(context) {
const {
Expand Down

0 comments on commit 436e243

Please sign in to comment.