File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ let config = {
53
53
job_runner_initial_delay_seconds : 1 ,
54
54
job_runner_check_interval_seconds : 600 ,
55
55
default_mint_url : "http://localhost:4343" ,
56
- default_mint_node_id : "039180c169e5f6d7c579cf1cefa37bffd47a2b389c8125601f4068c87bea795943" ,
56
+ // default_mint_url: "https://wildcat-dev-docker.minibill.tech",
57
+ default_mint_node_id : "02b7102bd5a4a572298f2aa485e86e490881e9ad7906fcae741db141b8ba1e8acc" ,
57
58
} ;
58
59
59
60
async function start ( ) {
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ impl Bill {
603
603
Ok ( ( ) )
604
604
}
605
605
606
- #[ wasm_bindgen( unchecked_return_type = "MintRequestStateWeb " ) ]
606
+ #[ wasm_bindgen( unchecked_return_type = "MintRequestStateResponse " ) ]
607
607
pub async fn mint_state ( & self , id : & str ) -> Result < JsValue > {
608
608
let result = get_ctx ( )
609
609
. bill_service
You can’t perform that action at this time.
0 commit comments