Skip to content

Commit

Permalink
add a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored May 23, 2024
1 parent f77e3c5 commit 10477dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/xbox/basic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Authflow } = require('prismarine-auth')
// No parameters needed - will login as Minecraft by default unless a custom Azure client ID is passed (see ./azure.js)
const flow = new Authflow()
const flow = new Authflow()
module.exports = flow.getXboxToken().then(console.log)

0 comments on commit 10477dc

Please sign in to comment.