Skip to content

Commit

Permalink
Do not repeat variables twice
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Jan 8, 2024
1 parent 2bb3c10 commit 5ed3a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/selectors/condaSpecificationSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const selectCondaSpecification = (
dependencies: requestedPackages,
name,
prefix,
variables: variables
variables
};

return condaSpecification;
Expand Down

0 comments on commit 5ed3a6e

Please sign in to comment.