Adding fetch_item, but need to expand what an ID can be

This commit is contained in:
Julia Lange 2026-02-04 13:52:22 -08:00
parent 25f00d1665
commit f2e00afbb9
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
4 changed files with 59 additions and 2 deletions

View file

@ -72,7 +72,6 @@ impl FeedChannel {
).execute(&pool.0).await?;
Ok(())
}
}
#[cfg(test)]