Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix(daemon): Upsert secrets immediately poller added
Browse files Browse the repository at this point in the history
  • Loading branch information
avistech authored and jxpearce-godaddy committed Jul 18, 2019
1 parent f7d2dfd commit a986dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Daemon {
}

case 'ADDED': {
this._addPoller(descriptor)
this._addPoller(descriptor, true)
break
}

Expand Down

0 comments on commit a986dfb

Please sign in to comment.