테이블 타입관리 에러
This commit is contained in:
@@ -171,8 +171,8 @@ export class AuthService {
|
||||
|
||||
// 권한명들을 쉼표로 연결
|
||||
const authNames = authInfo
|
||||
.filter((auth) => auth.authority_master?.auth_name)
|
||||
.map((auth) => auth.authority_master!.auth_name!)
|
||||
.filter((auth: any) => auth.authority_master?.auth_name)
|
||||
.map((auth: any) => auth.authority_master!.auth_name!)
|
||||
.join(",");
|
||||
|
||||
// 회사 정보 조회 (Prisma ORM 사용으로 변경)
|
||||
|
||||
Reference in New Issue
Block a user