From 1125ba2b3c4c2f7beb31ceb7c9874253a9e7f6ca Mon Sep 17 00:00:00 2001 From: Carlos-F-Braga <99403298+Carlos-F-Braga@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:52:15 -0300 Subject: [PATCH] fix: remove chaves expostas --- README.md | 2 +- bin/playground.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9918cce..547e2a9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ node bin/playground.js ```js const ContaAzul = require('contaazul') const client = new ContaAzul({ - accessToken: 'Wx15BlcpBbQyl15y64I0vDfVPWbsTdNX<3' + accessToken: '' }) ``` diff --git a/bin/playground.js b/bin/playground.js index b1a7710..21d18bf 100644 --- a/bin/playground.js +++ b/bin/playground.js @@ -1,6 +1,6 @@ const ContaAzul = require('./../src/index') const client = new ContaAzul({ - accessToken: 'Wsa5BlcpBbQylCasd64I0vDfVPWbsTasd5<3' + accessToken: '' }) const print = (response) => {