chore: clean code.

This commit is contained in:
Ivan Li 2021-07-24 16:57:01 +08:00
parent 574e7ecae7
commit ed71d83581

View File

@ -27,7 +27,7 @@ import {
getSelfInstanceQueueKey, getSelfInstanceQueueKey,
getSelfInstanceRouteKey, getSelfInstanceRouteKey,
} from '../commons/utils/rabbit-mq'; } from '../commons/utils/rabbit-mq';
import { rm, unlink } from 'fs/promises'; import { rm } from 'fs/promises';
import { rename } from 'fs/promises'; import { rename } from 'fs/promises';
type Spawn = typeof spawn; type Spawn = typeof spawn;