fix: rename bool super_user to is_super_user (#1690)

This commit is contained in:
Vlad Stan
2023-05-09 09:20:51 +01:00
committed by GitHub
parent c0f66989cb
commit 132d8a9320
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ class SuperSettings(EditableSettings):
class AdminSettings(EditableSettings):
super_user: bool
is_super_user: bool
lnbits_allowed_funding_sources: Optional[List[str]]