refactor: Use http client to authenticate github

This commit is contained in:
Faruk AYDIN
2022-07-18 01:31:07 +03:00
parent c85aadf006
commit 95d03e00da
4 changed files with 37 additions and 41 deletions

View File

@@ -177,5 +177,5 @@ export interface ISubstep {
}
export type IHttpClientParams = {
baseURL: string;
baseURL?: string;
}