mirror of
https://github.com/certd/certd.git
synced 2026-08-07 14:55:55 +08:00
chore: code format
This commit is contained in:
@@ -38,7 +38,7 @@ list.forEach((apiFile: any) => {
|
||||
|
||||
const req = {
|
||||
body: data,
|
||||
params: params
|
||||
params: params,
|
||||
};
|
||||
const ret = await item.handle(req);
|
||||
utils.logger.debug("response:", ret);
|
||||
|
||||
Reference in New Issue
Block a user