mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert unintended change of empty return type, not relevant for this PR
This commit is contained in:
parent
f2346c1868
commit
d0e508f121
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,7 @@ class Login(LowDataAdapter):
|
|||
"start": token["start"],
|
||||
"user": token["name"],
|
||||
"eauth": token["eauth"],
|
||||
"perms": perms or [],
|
||||
"perms": perms or {},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue