Remove redundant flag
This commit is contained in:
parent
72c82161d7
commit
9aa69a5ec0
@ -17,7 +17,6 @@ def root():
|
||||
|
||||
@bp.route("/home")
|
||||
def home():
|
||||
is_request_owner = bool(g.current_user.owned_requests)
|
||||
num_workspaces = len(g.current_user.workspace_roles)
|
||||
|
||||
if num_workspaces == 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user