this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: downgrading error to info

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+1 -1
+1 -1
src/http/handle_get_feed_skeleton.rs
··· 69 69 let did = did_from_jwt(&web_context.pool, &web_context.external_base, authorization).await; 70 70 71 71 if let Err(err) = did { 72 - tracing::error!(error = ?err, "failed to validate JWT"); 72 + tracing::info!(error = ?err, "failed to validate JWT"); 73 73 return Ok(Json(FeedItemsView { 74 74 cursor: None, 75 75 feed: feed_control