Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Apr 22, 2024
1 parent 6d4482e commit 06c77db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class CeramicAnchorApp {

// in this case, return only the task id following the last /
const match = this.config.metrics.instanceIdentifier.match(/\/([^\/]*)$/);
if (match and match[1]) {
if (match && match[1]) {
Metrics.setInstanceIdentifier(match[1])
} else {
Metrics.setInstanceIdentifier(this.config.metrics.instanceIdentifier)
Expand Down

0 comments on commit 06c77db

Please sign in to comment.