We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7b489 commit 5fc114bCopy full SHA for 5fc114b
1 file changed
src/public/js/council.js
@@ -69,8 +69,8 @@ function getUniversityUrl() {
69
// 경로에서 universityUrl 값을 추출
70
const pathParts = path.split('/');
71
const universityUrl = pathParts[pathParts.length - 1];
72
- console.log("universityUrl: ", universityUrl.universityUrl);
73
- return universityUrl.universityUrl;
+ console.log("universityUrl: ", universityUrl);
+ return universityUrl;
74
}
75
var current_university_url = getUniversityUrl();
76
0 commit comments