File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ var api = ( ()=> {
2222 console . log ( "config WS utils==== " , config )
2323 const socket_config = {
2424 "config" : {
25- "apiKey" : config [ "apiKey" ] ,
26- "securityKey" : config [ "securityKey" ] ,
27- "organization_id " : config [ "organization_id" ] ,
25+ "apiKey" : config [ "apiKey" ] ,
26+ "securityKey" : config [ "securityKey" ] ,
27+ "organization_Id " : config [ "organization_id" ] ,
2828 } ,
2929 "prefix" : "ws" ,
3030 "host" : "server.cocreate.app:8088"
@@ -42,10 +42,9 @@ var api = ( ()=> {
4242 event,
4343 apiKey : config [ "apiKey" ] ,
4444 securityKey : config [ "securityKey" ] ,
45- organization_id : config [ "organization_id" ]
45+ // organization_id: config["organization_id"]
4646 } ) ;
4747 let org_row = await crud . listenAsync ( event ) ;
48- console . log ( org_row )
4948 try {
5049 org_row = org_row [ "data" ] ;
5150 } catch ( e ) {
You can’t perform that action at this time.
0 commit comments