@@ -8,7 +8,7 @@ import { gzipDecode } from "../zlib";
88
99import {
1010 AutoModelResponse ,
11- BasicErorResponse ,
11+ BasicErrorResponse ,
1212 CodeSearchResponse ,
1313 GetVariantAnalysisRepoResultRequest ,
1414 GitHubApiRequest ,
@@ -147,7 +147,7 @@ async function createGitHubApiRequest(
147147 response : {
148148 status,
149149 body : await jsonResponseBody <
150- Repository | BasicErorResponse | undefined
150+ Repository | BasicErrorResponse | undefined
151151 > ( response ) ,
152152 } ,
153153 } ;
@@ -163,7 +163,7 @@ async function createGitHubApiRequest(
163163 response : {
164164 status,
165165 body : await jsonResponseBody <
166- VariantAnalysis | BasicErorResponse | undefined
166+ VariantAnalysis | BasicErrorResponse | undefined
167167 > ( response ) ,
168168 } ,
169169 } ;
@@ -181,7 +181,7 @@ async function createGitHubApiRequest(
181181 response : {
182182 status,
183183 body : await jsonResponseBody <
184- VariantAnalysis | BasicErorResponse | undefined
184+ VariantAnalysis | BasicErrorResponse | undefined
185185 > ( response ) ,
186186 } ,
187187 } ;
@@ -199,7 +199,7 @@ async function createGitHubApiRequest(
199199 response : {
200200 status,
201201 body : await jsonResponseBody <
202- VariantAnalysisRepoTask | BasicErorResponse | undefined
202+ VariantAnalysisRepoTask | BasicErrorResponse | undefined
203203 > ( response ) ,
204204 } ,
205205 } ;
@@ -233,7 +233,7 @@ async function createGitHubApiRequest(
233233 response : {
234234 status,
235235 body : await jsonResponseBody <
236- CodeSearchResponse | BasicErorResponse | undefined
236+ CodeSearchResponse | BasicErrorResponse | undefined
237237 > ( response ) ,
238238 } ,
239239 } ;
@@ -250,7 +250,7 @@ async function createGitHubApiRequest(
250250 response : {
251251 status,
252252 body : await jsonResponseBody <
253- BasicErorResponse | AutoModelResponse | undefined
253+ BasicErrorResponse | AutoModelResponse | undefined
254254 > ( response ) ,
255255 } ,
256256 } ;
0 commit comments