File tree Expand file tree Collapse file tree
src/graph-builder/graph-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ class GraphServer extends GraphLoadSave {
147147 autoClose : false ,
148148 } ) ;
149149 this . dispatcher ( { type : T . SET_LOGS , payload : false } ) ;
150- Axios . post ( `${ EXECUTION_ENGINE_URL } /clear/${ this . superState . graphs [ this . superState . curGraphIndex ] . fileName . split ( '.' ) [ 0 ] }
151- ?unlock=${ this . superState . unlockCheck } &maxtime=${ this . superState . maxTime } ¶ms=${ this . superState . params } ` )
150+ Axios . post ( `${ EXECUTION_ENGINE_URL } /clear/${ this . superState . graphs [ this . superState . curGraphIndex ] . fileName . split ( '.' ) [ 0 ] } ?unlock=${ this . superState . unlockCheck } &maxtime=${ this . superState . maxTime } ¶ms=${ this . superState . params } ` )
152151 . then ( ( res ) => { // eslint-disable-next-line
153152 toast . success ( res . data [ 'message' ] ) ;
154153 this . dispatcher ( {
You can’t perform that action at this time.
0 commit comments