mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-28 18:36:07 +08:00
修复订阅日志查看
This commit is contained in:
parent
b10157b09a
commit
eee7f25bc3
|
@ -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