Skip to content

Commit

Permalink
Merge pull request #43 from bcgsc/bugfix/leftover-exports
Browse files Browse the repository at this point in the history
Remove leftover exports that are no longer valid
  • Loading branch information
creisle committed Jun 17, 2022
2 parents 7c4a717 + 31f6f28 commit cf5e35d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/repo/commands/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
const { create, createUser } = require('./create');
const {
fetchDisplayName,
getUserByName,
QUERY_LIMIT,
RELATED_NODE_DEPTH,
select,
selectCounts,
selectByKeyword,
selectFromList,
searchSelect,
fetchDisplayName,
} = require('./select');
const { remove, update } = require('./update');

Expand All @@ -20,10 +17,7 @@ module.exports = {
fetchDisplayName,
getUserByName,
remove,
searchSelect,
select,
selectByKeyword,
selectCounts,
selectFromList,
update,
};

0 comments on commit cf5e35d

Please sign in to comment.