Skip to content

Commit

Permalink
fix task and invoke config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljl committed Jun 26, 2024
1 parent 3f38f2f commit d3933d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl IamCcRoleTaskServ {
Ok(())
},
&funs.cache(),
ws_iam_send_client().await.clone(),
None,
default_iam_send_avatar().await.clone(),
Some(vec![format!("account/{}", ctx.owner)]),
ctx,
Expand Down
1 change: 1 addition & 0 deletions frontend/sdks/invoke/src/invoke_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ impl Default for InvokeConfig {
(InvokeModuleKind::Search.to_string(), "http://127.0.0.1:8080/spi-search".to_string()),
(InvokeModuleKind::Schedule.to_string(), "http://127.0.0.1:8080/schedule".to_string()),
(InvokeModuleKind::Iam.to_string(), "http://127.0.0.1:8080/iam".to_string()),
(InvokeModuleKind::Stats.to_string(), "http://127.0.0.1:8080/spi-stats".to_string()),
(InvokeModuleKind::Event.to_string(), "http://127.0.0.1:8080/event".to_string()),
]),
}
Expand Down

0 comments on commit d3933d0

Please sign in to comment.