mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 03:03:37 +02:00
Tweaks
This commit is contained in:
@@ -64,7 +64,7 @@ impl<'a> DbContext<'a> {
|
||||
return self.resolve_auth_for_folder(&folder);
|
||||
}
|
||||
|
||||
let workspace = self.get_workspace(&http_request.workspace_id)?;
|
||||
let workspace = self.get_workspace("invalid")?;
|
||||
Ok(self.resolve_auth_for_workspace(&workspace))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user