修复订阅日志查看

This commit is contained in:
whyour 2022-05-28 20:11:38 +08:00
parent f338537ea0
commit d244650432

View File

@ -446,7 +446,7 @@ export default class SubscriptionService {
public async log(id: number) {
const doc = await this.getDb({ id });
if (!doc) {
if (!doc || !doc.log_path) {
return '';
}