feat(assist-server): removed always empty projectId field
This commit is contained in:
parent
471b860841
commit
df10fa706b
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ const BASE_sessionInfo = {
|
|||
"userDeviceType": "",
|
||||
"userCountry": "",
|
||||
"userState": "",
|
||||
"userCity": "",
|
||||
"projectId": 0
|
||||
"userCity": ""
|
||||
};
|
||||
|
||||
const extractPeerId = (peerId) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue