src/utils/getToken.js @@ -7,3 +7,7 @@ } return token; } export const getProjectId = () => { let id = window.ProjectConfig.projectId; return id; }