Skip to content

Commit aaffa5d

Browse files
update error
1 parent 6c84866 commit aaffa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub async fn user_auth_for_datasets(
106106
Permission::Resource(Action::Query, ParseableResourceType::Stream(stream)) => {
107107
if !PARSEABLE.check_or_load_stream(stream).await {
108108
return Err(actix_web::error::ErrorUnauthorized(format!(
109-
"Stream not found: {stream}"
109+
"Stream not found: {table_name}"
110110
)));
111111
}
112112
let is_internal = PARSEABLE.get_stream(table_name).is_ok_and(|stream| {

0 commit comments

Comments
 (0)