Skip to content

Commit

Permalink
Move UUID back
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Schultz <hello@schultzie.dev>
  • Loading branch information
dylanschultzie committed May 2, 2023
1 parent 6d3d40e commit 554c8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autostake/Health.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class Health {
const { address, uuid, name, apiKey } = config || {}
const { dryRun, networkName } = opts || {}
this.address = address || 'https://hc-ping.com'
this.uuid = uuid
this.name = name || networkName
this.apiKey = apiKey
this.dryRun = dryRun
this.uuid = uuid
this.logs = []
this.getOrCreateHealthCheck()

Expand Down

0 comments on commit 554c8d5

Please sign in to comment.