Skip to content

Commit

Permalink
async fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Jul 10, 2024
1 parent 745ad31 commit b2031ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ namespace $.$$ {
} )

setTimeout( ()=> {
this.$.$mol_fetch.success( 'https://crus.absolidix.com', {
this.$.$mol_wire_async(this).$.$mol_fetch.success( 'https://crus.absolidix.com', {
method: 'post',
headers: {
"Content-Type": "application/x-www-form-urlencoded",
Expand Down

0 comments on commit b2031ee

Please sign in to comment.