don't
5
fork

Configure Feed

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

fix(knot): lie more accurately

Signed-off-by: tjh <x@tjh.dev>

tjh dd4e2873 c8522e63

+1 -1
+1 -1
crates/gordian-knot/src/public/xrpc/sh_tangled/repo/tag.rs
··· 21 21 pub tag: Tag, 22 22 } 23 23 24 - #[tracing::instrument(target = "sh_tangled::repo::tags", err)] 24 + #[tracing::instrument(target = "sh_tangled::repo::tag", err)] 25 25 pub async fn handle( 26 26 XrpcRepository(repository): XrpcRepository, 27 27 XrpcQuery(Input { repo, tag }): XrpcQuery<Input>,