File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ services:
6969 PORT : 8083
7070 LOG_LEVEL : ' debug'
7171 volumes :
72- - /home/app/dm3/config.yml:/app/packages/delivery-service/ dist/config.yml
72+ - /home/app/dm3/config.yml:/app/dist/config.yml
7373
7474 db-delivery-service :
7575 image : redis
@@ -132,7 +132,7 @@ services:
132132 image : dm3org/ccip-resolver:v0.2.7
133133 restart : always
134134 depends_on :
135- - offchain-resolver
135+ - offchain-resolver
136136 environment :
137137 SIGNER_PRIVATE_KEY : ${SIGNER_PRIVATE_KEY}
138138 LOG_LEVEL : debug
@@ -152,4 +152,4 @@ volumes:
152152 driver_opts :
153153 type : none
154154 device : /mnt/dm3_prod_volume/webroot
155- o : bind
155+ o : bind
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ export async function checkToken(
4141 console . debug ( 'checking auth token' , decode ( token ) ) ;
4242
4343 const session = await getSession ( ensName . toLocaleLowerCase ( ) ) ;
44- console . log ( 'found session' , session ) ;
4544 if ( ! session ) {
4645 console . debug ( 'there is no account for this ens name: ' , ensName ) ;
4746 return false ;
Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ export function socketAuth(
6060 ) ;
6161 console . log ( 'Start WS auth for ' , ensName , socket . id ) ;
6262
63- console . log ( 'socket dump' ) ;
64- console . log ( '---' ) ;
65- console . log ( socket ) ;
66- console . log ( '---' ) ;
67-
6863 if (
6964 ! ( await checkToken (
7065 web3Provider ,
You can’t perform that action at this time.
0 commit comments