This commit is contained in:
2022-07-11 04:40:30 +00:00
committed by GitHub
parent 72bbac0b2e
commit 5aa342e872
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -171,7 +171,7 @@ impl CheckUnknown for FanboxItem {
"user": [
"name"+author_name,
"iconUrl",
"id"+,
"userId"+user_id,
],
);
Ok(())