File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11export  const  getGuestIdCookie  =  async  ( )  =>  { 
2-   console . log ( process . env . NEXT_PUBLIC_BASE_URL ) ; 
32  const  userKey : {  token : string  |  undefined  }  =  await  fetch ( 
43    `${ process . env . NEXT_PUBLIC_BASE_URL }  /api/cookies` 
54  ) . then ( ( res )  =>  res . json ( ) ) ; 
Original file line number Diff line number Diff line change 11import  styled  from  "styled-components" ; 
22// import { useTarotQuestionRecommends } from "../hooks/useTarotQuestionRecommends"; 
3- import  {  useTarotFollowQuestion  }  from  "../hooks/useTarotFollowQuestion" ; 
43import  {  useParams  }  from  "next/navigation" ; 
4+ import  {  useTarotFollowQuestion  }  from  "../hooks/useTarotFollowQuestion" ; 
55interface  NextRecommendQuestionProps  { 
66  handleRecommendQuestionChat : ( question : string )  =>  void ; 
77} 
@@ -11,7 +11,6 @@ const NextRecommendQuestion = ({ handleRecommendQuestionChat }: NextRecommendQue
1111
1212  const  {  data : NextQuestion  }  =  useTarotFollowQuestion ( Number ( chatId ) ,  Number ( resultId ) ) ; 
1313
14-   console . log ( NextQuestion ) ; 
1514  return  ( 
1615    < RecommendBox > 
1716      < div > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments