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 6c84866 commit aaffa5dCopy full SHA for aaffa5d
src/utils/mod.rs
@@ -106,7 +106,7 @@ pub async fn user_auth_for_datasets(
106
Permission::Resource(Action::Query, ParseableResourceType::Stream(stream)) => {
107
if !PARSEABLE.check_or_load_stream(stream).await {
108
return Err(actix_web::error::ErrorUnauthorized(format!(
109
- "Stream not found: {stream}"
+ "Stream not found: {table_name}"
110
)));
111
}
112
let is_internal = PARSEABLE.get_stream(table_name).is_ok_and(|stream| {
0 commit comments