Skip to content

Commit

Permalink
fixup! cleaner formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Jan 18, 2024
1 parent 26da540 commit 3448a1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ import { json } from 'http-responders'
import Sentry from '@sentry/node'
import { URLSearchParams } from 'node:url'

import { fetchDailyParticipants, fetchMontlyParticipants, fetchRetrievalSuccessRate } from './stats-fetchers.js'
import {
fetchDailyParticipants,
fetchMontlyParticipants,
fetchRetrievalSuccessRate
} from './stats-fetchers.js'

/**
* @param {object} args
Expand Down

0 comments on commit 3448a1d

Please sign in to comment.