This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
OpenSource
/
dify
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
152
위키
Activity
소스 검색
fix: inner_api get_user_tenant (
#25462
)
tags/1.9.0
Will
1 개월 전
부모
45ef177809
커밋
fecdb9554d
No account linked to committer's email address
1개의 변경된 파일
과
0개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
변경상태 보기
0
3
api/controllers/inner_api/plugin/wraps.py
+ 0
- 3
api/controllers/inner_api/plugin/wraps.py
파일 보기
@@ -75,9 +75,6 @@ def get_user_tenant(view: Optional[Callable[P, R]] = None):
if not user_id:
user_id = DEFAULT_SERVICE_API_USER_ID
del kwargs["tenant_id"]
del kwargs["user_id"]
try:
tenant_model = (
db.session.query(Tenant)
Write
Preview
Loading…
취소
저장