We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0933b7 commit f900e3aCopy full SHA for f900e3a
piccolo/apps/user/commands/change_permissions.py
@@ -34,7 +34,7 @@ async def change_permissions(
34
)
35
return
36
37
- params: t.Dict[Column, bool] = {}
+ params: t.Dict[t.Union[Column, str], bool] = {}
38
39
if admin is not None:
40
params[BaseUser.admin] = admin
0 commit comments