mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修复订阅日志查看
This commit is contained in:
parent
f338537ea0
commit
d244650432
|
@ -446,7 +446,7 @@ export default class SubscriptionService {
|
||||||
|
|
||||||
public async log(id: number) {
|
public async log(id: number) {
|
||||||
const doc = await this.getDb({ id });
|
const doc = await this.getDb({ id });
|
||||||
if (!doc) {
|
if (!doc || !doc.log_path) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user