feat: implement runCommand wrapper and refactor command executions across modules
This commit is contained in:
@@ -39,7 +39,7 @@ export async function resolveProject(
|
||||
/**
|
||||
* Create an issue provider for a project.
|
||||
*/
|
||||
export function resolveProvider(project: Project): ProviderWithType {
|
||||
export async function resolveProvider(project: Project): Promise<ProviderWithType> {
|
||||
return createProvider({ repo: project.repo });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user