diff --git a/index.html b/index.html
index 500ce32..d5b7adc 100644
--- a/index.html
+++ b/index.html
@@ -102,7 +102,7 @@
},
getByProject(projectId){
var that = this;
- var params = JSON.stringify({ param: { projectId:'1455842392497463296' }});
+ var params = JSON.stringify({ param: { projectId }});
fetch('https://www.tall.wiki/gateway/carbasics/v4.0/organization/getByProject', {
headers: new Headers({
'Authorization': 'Bearer ' + that.token,