mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Remove unnecessary change
This commit is contained in:
parent
23922dfb2d
commit
5d1807a551
1 changed files with 1 additions and 3 deletions
|
|
@ -120,9 +120,7 @@ function stopServer(server) {
|
|||
} catch {
|
||||
resolve();
|
||||
}
|
||||
setTimeout(() => {
|
||||
resolve();
|
||||
}, SERVER_STOP_TIMEOUT_MS);
|
||||
setTimeout(() => resolve(), SERVER_STOP_TIMEOUT_MS);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue