Преглед изворни кода

fix: can not test custom tool (#15606)

tags/1.1.0
非法操作 пре 7 месеци
родитељ
комит
5019547d33
No account linked to committer's email address
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      api/models/tools.py

+ 2
- 0
api/models/tools.py Прегледај датотеку



@property @property
def user(self) -> Account | None: def user(self) -> Account | None:
if not self.user_id:
return None
return db.session.query(Account).filter(Account.id == self.user_id).first() return db.session.query(Account).filter(Account.id == self.user_id).first()


@property @property

Loading…
Откажи
Сачувај