Skip to content

Commit

Permalink
Merge pull request #428 from konnectors/typo_fix
Browse files Browse the repository at this point in the history
fix: Minor typo in log message
  • Loading branch information
Crash-- authored Sep 2, 2022
2 parents ee78bdf + 06121d6 commit 4bf8ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function start(fields) {
log('info', 'Syncing contacts')
// Acquiring contacts from API
const remoteContacts = get(remoteData, 'contacts', [])
log('debug', `${remoteContacts.length} contacts receive from API`)
log('debug', `${remoteContacts.length} contacts received from API`)
// Remove duplicate contacts with same uuid
const filteredContacts = filterValidContacts(remoteContacts)

Expand Down

0 comments on commit 4bf8ec1

Please sign in to comment.