Skip to content

Commit

Permalink
fix(auth): disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Aug 28, 2023
1 parent 6b17f77 commit 50a9184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/lib/banrisul/auth/create-axios.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const axios = require('axios')
module.exports = (accessToken, isGetToken) => {
const isSandbox = true
const isSandbox = false // TODO:

const headers = {
'Content-Type': 'application/json'
Expand Down

0 comments on commit 50a9184

Please sign in to comment.