Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Jan 24, 2024
1 parent e3f7389 commit ba933d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion basic/src/basic_enumeration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum BasicQueryOpKind {
IsNull,
#[oai(rename = "is_not_null")]
IsNotNull,
#[oai(rename = "is_not_null_or_empty")]
#[oai(rename = "is_null_or_empty")]
IsNullOrEmpty,
}

Expand Down
1 change: 0 additions & 1 deletion support/iam/src/iam_initializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,6 @@ async fn init_ws_iam_send_event_client() -> Option<TardisWSClient> {
}
let funs = iam_constants::get_tardis_inst();
let conf = funs.conf::<IamConfig>();
set_default_iam_send_avatar("".to_owned());
if !conf.in_event {
return None;
}
Expand Down

0 comments on commit ba933d0

Please sign in to comment.