Skip to content

Commit

Permalink
Revert unintended change of empty return type, not relevant for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Foorack committed Sep 15, 2022
1 parent d7b67df commit 5df5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/netapi/rest_cherrypy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@ def POST(self, **kwargs):
"start": token["start"],
"user": token["name"],
"eauth": token["eauth"],
"perms": perms or [],
"perms": perms or {},
}
]
}
Expand Down

0 comments on commit 5df5d4b

Please sign in to comment.