Skip to content

Commit

Permalink
Merge branch 'main' into add-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin5605 authored Oct 19, 2024
2 parents 934d886 + 9c8c010 commit 810a02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainframe/endpoints/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ def batch_queue_package(

session.add(scan)

packages_ingested.inc(len(packages))
packages_in_queue.inc(len(packages))
packages_ingested.inc()
packages_in_queue.inc()


@router.post(
Expand Down

0 comments on commit 810a02e

Please sign in to comment.