Skip to content

Commit

Permalink
Update index.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanro50 committed Feb 26, 2023
1 parent 97a555f commit 526442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const auth = new msmc.auth({
"redirect":"http://localhost"
});
auth.setServer((xbla=>{
console.log(xbla)
console.log(xbla.refresh(true).then(e=>console.log(e)))
}))


Expand Down

0 comments on commit 526442e

Please sign in to comment.