Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
sastels committed Mar 18, 2020
commit d44ef7ae1f88b6ef58ecd491ee86fcefc9e574a0
2 changes: 1 addition & 1 deletion f2/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ setTimeout(() => {
uidListInitial.length === uidList.length &&
uidListInitial.length === emailList.length
)
console.log(`LDAP certs successfully fetchedfetched for: ${emailList}`)
console.log(`LDAP certs successfully fetched for: ${emailList}`)
else console.log('ERROR: problem fetching certs from LDAP')
}, 5000)

Expand Down