Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
chore: remove typo on main file
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix committed Dec 17, 2018
1 parent d0c9979 commit 990f234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import authenticate from './helpers/authenticate'
const main = async () => {
try {
const token = await authenticate({
clientId: '***REMOVED***',
clientPassword: '***REMOVED***'
clientId: '',
clientPassword: ''
})
console.log(token)
} catch (err) {
Expand Down

0 comments on commit 990f234

Please sign in to comment.