Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
commit
aff895b079
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class AuthRoleController extends Controller {
|
|||
@Get("list")
|
||||
public async listAuthRole(
|
||||
@Request() req: RequestWithUser,
|
||||
@Query("isAdminVisibled ") isAdminVisibled : string = "false",
|
||||
@Query("isAdminVisibled") isAdminVisibled : string = "false",
|
||||
) {
|
||||
let condition: any = {};
|
||||
if(isAdminVisibled.toLowerCase() === "true"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue