Skip to content

Commit

Permalink
remove the credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bryhsiao committed Dec 1, 2023
1 parent a433838 commit dc385a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import {WristbandM2MClient} from 'wristband-node-m2m';
const APPLICATION_DOMAIN = 'appDomain';
const CLIENT_ID = 'clientId';
const CLIENT_SECRET = 'clientSecret';
// const APPLICATION_DOMAIN='invotasticb2bm2m-bryantesttenant.us.wristband.dev';
// const CLIENT_ID='dqroj4gedba73pymwdv5wdbjtm';
// const CLIENT_SECRET='1ff5068914201d80d000005eeda43ec4';

const wristbandM2MClient = new WristbandM2MClient({
appDomain: APPLICATION_DOMAIN, clientId: CLIENT_ID, clientSecret: CLIENT_SECRET
Expand Down

0 comments on commit dc385a6

Please sign in to comment.