File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VITE_API_SERVER_URL = https://stage.solid-connection.com
1+ VITE_API_SERVER_URL = https://api.stage.solid-connection.com
2+ # VITE_API_SERVER_URL=http://localhost:8080
23VITE_S3_BASE_URL = https://solid-connection-uploaded.s3.ap-northeast-2.amazonaws.com/
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export function GpaScoreTable({ verifyFilter }: Props) {
7373 await scoreApi . updateGpaScore (
7474 score . gpaScoreStatusResponse . id ,
7575 score . gpaScoreStatusResponse . verifyStatus ,
76- score . gpaScoreStatusResponse . rejectedReason ,
76+ score . gpaScoreStatusResponse . rejectedReason || undefined ,
7777 {
7878 ...score ,
7979 gpaScoreStatusResponse : {
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export function LanguageScoreTable({ verifyFilter }: Props) {
100100 await scoreApi . updateLanguageScore (
101101 score . languageTestScoreStatusResponse . id ,
102102 score . languageTestScoreStatusResponse . verifyStatus ,
103- score . languageTestScoreStatusResponse . rejectedReason ,
103+ score . languageTestScoreStatusResponse . rejectedReason || undefined ,
104104 {
105105 ...score ,
106106 languageTestScoreStatusResponse : {
You can’t perform that action at this time.
0 commit comments