mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Fix typo
This commit is contained in:
@@ -199,7 +199,9 @@ pub fn fanbox_api_quick_test(item: TokenStream) -> TokenStream {
|
||||
}
|
||||
match #expr.await {
|
||||
Some(data) => {
|
||||
use crate::fanbox::check::CheckUnknown;
|
||||
println!("{:?}", data);
|
||||
data.check_unknown().unwrap();
|
||||
}
|
||||
None => {
|
||||
panic!("{}", #errmsg);
|
||||
|
||||
@@ -171,7 +171,7 @@ impl CheckUnknown for FanboxItem {
|
||||
"user": [
|
||||
"name"+author_name,
|
||||
"iconUrl",
|
||||
"id"+,
|
||||
"userId"+user_id,
|
||||
],
|
||||
);
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user