mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复订阅日志查看
This commit is contained in:
parent
f338537ea0
commit
d244650432
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user