修复订阅日志查看

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

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 '';
}