Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Apr 30, 2024
1 parent 1574d82 commit ab785eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qlever-llc/lf-sync",
"version": "2.5.9",
"version": "2.5.10",
"description": "Trellis LaserFiche sync service",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const done = new Counter({
help: 'Number of items completed',
});
const inTransit = new Gauge({
name: 'lf-sync-in-transit',
name: 'lf_sync_in_transit',
help: 'number of documents that have been received, but are not done or errored'

})
Expand Down

0 comments on commit ab785eb

Please sign in to comment.