chore(server): core IoC 16 - getSpecificBranchCommitsFactory
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
||||
} from '@/modules/core/services/commit/viewerResources'
|
||||
import {
|
||||
getAllBranchCommits,
|
||||
getSpecificBranchCommits
|
||||
getSpecificBranchCommitsFactory
|
||||
} from '@/modules/core/repositories/commits'
|
||||
import {
|
||||
getCommentFactory,
|
||||
@@ -90,7 +90,7 @@ const command: CommandModule<
|
||||
getStreamObjects,
|
||||
getBranchLatestCommits,
|
||||
getStreamBranchesByName: getStreamBranchesByNameFactory({ db }),
|
||||
getSpecificBranchCommits,
|
||||
getSpecificBranchCommits: getSpecificBranchCommitsFactory({ db }),
|
||||
getAllBranchCommits
|
||||
})
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ import {
|
||||
} from '@/modules/activitystream/services/commentActivity'
|
||||
import {
|
||||
getAllBranchCommits,
|
||||
getSpecificBranchCommits
|
||||
getSpecificBranchCommitsFactory
|
||||
} from '@/modules/core/repositories/commits'
|
||||
import {
|
||||
getViewerResourceGroupsFactory,
|
||||
@@ -87,7 +87,7 @@ const command: CommandModule<
|
||||
getStreamObjects,
|
||||
getBranchLatestCommits: getBranchLatestCommitsFactory({ db }),
|
||||
getStreamBranchesByName: getStreamBranchesByNameFactory({ db }),
|
||||
getSpecificBranchCommits,
|
||||
getSpecificBranchCommits: getSpecificBranchCommitsFactory({ db }),
|
||||
getAllBranchCommits
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user