File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ fetchAsyncQuestionProperty(
231231 // DO NOTHING
232232 } ,
233233 } ) ;
234+ // @ts -expect-error
234235 promptResult . ui . process . subscribe ( {
235- // @ts -expect-error
236236 next : ( value : { name_ : string ; answer : number } ) => {
237237 // DO NOTHING
238238 } ,
@@ -259,8 +259,8 @@ fetchAsyncQuestionProperty(
259259 }
260260 } ,
261261 } ) ;
262+ // @ts -expect-error
262263 promptResult . ui . process . subscribe ( {
263- // @ts -expect-error
264264 next : ( value : { name : string ; answer : number } ) => {
265265 // DO NOTHING
266266 } ,
Original file line number Diff line number Diff line change @@ -233,8 +233,8 @@ fetchAsyncQuestionProperty(
233233 // DO NOTHING
234234 } ,
235235 } ) ;
236+ // @ts -expect-error
236237 promptResult . ui . process . subscribe ( {
237- // @ts -expect-error
238238 next : ( value : { name_ : string ; answer : number } ) => {
239239 // DO NOTHING
240240 } ,
@@ -261,8 +261,8 @@ fetchAsyncQuestionProperty(
261261 }
262262 } ,
263263 } ) ;
264+ // @ts -expect-error
264265 promptResult . ui . process . subscribe ( {
265- // @ts -expect-error
266266 next : ( value : { name : string ; answer : number } ) => {
267267 // DO NOTHING
268268 } ,
You can’t perform that action at this time.
0 commit comments