File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,25 +97,25 @@ export class XrayService implements OnApplicationBootstrap {
9797 interface : interfaceStats ,
9898 } ;
9999
100- try {
101- if ( this . isXrayStartedProccesing ) {
102- this . logger . warn ( 'Request already in progress' ) ;
103- return {
104- isOk : true ,
105- response : new StartXrayResponseModel (
106- false ,
107- this . xrayVersion ,
108- 'Request already in progress' ,
109- {
110- version : this . nodeVersion ,
111- } ,
112- system ,
113- ) ,
114- } ;
115- }
100+ if ( this . isXrayStartedProccesing ) {
101+ this . logger . warn ( 'Request already in progress' ) ;
102+ return {
103+ isOk : true ,
104+ response : new StartXrayResponseModel (
105+ false ,
106+ this . xrayVersion ,
107+ 'Request already in progress' ,
108+ {
109+ version : this . nodeVersion ,
110+ } ,
111+ system ,
112+ ) ,
113+ } ;
114+ }
116115
117- this . isXrayStartedProccesing = true ;
116+ this . isXrayStartedProccesing = true ;
118117
118+ try {
119119 if ( this . isXrayOnline && ! this . disableHashedSetCheck && ! body . internals . forceRestart ) {
120120 const { isOk } = await this . xtlsSdk . stats . getSysStats ( ) ;
121121
You can’t perform that action at this time.
0 commit comments