Adding fetch_item, but need to expand what an ID can be
This commit is contained in:
parent
25f00d1665
commit
f2e00afbb9
4 changed files with 59 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::{
|
||||
Result,
|
||||
db::Channel,
|
||||
db::{Channel, ChannelId},
|
||||
AdapterClient,
|
||||
};
|
||||
use reqwest::Url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue