style: auto format

This commit is contained in:
github-actions[bot] 2023-02-02 14:12:54 +00:00
parent d5ada18c30
commit 6dae9bd393
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module.exports = async (ctx) => {
const { posts } = response.data;
if (posts === undefined) {
throw new Error("没有获取到数据");
throw new Error('没有获取到数据');
}
const cname = await getCateName(ctx, cid);
@ -38,5 +38,4 @@ module.exports = async (ctx) => {
author: item.user.nickname,
})),
};
};