Skip to content

Commit d130e2f

Browse files
committed
chore: shorter string :)
1 parent e395ab4 commit d130e2f

File tree

1 file changed

+1
-3
lines changed
  • 12-scalability-and-architectural-patterns/06-http-dynamic-load-balancer

1 file changed

+1
-3
lines changed

12-scalability-and-architectural-patterns/06-http-dynamic-load-balancer/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ async function registerService() {
2424
tags: [serviceType],
2525
})
2626

27-
console.log(
28-
`${serviceType} registered successfully as ${serviceId} on ${address}:${port}`
29-
)
27+
console.log(`${serviceType} registered as ${serviceId} on ${address}:${port}`)
3028
}
3129

3230
async function unregisterService(err) {

0 commit comments

Comments
 (0)