Skip to content

Commit

Permalink
fixup! fixup! fixup! Migrate utils/hibp.js to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Jul 29, 2024
1 parent 9e41913 commit 0cc2c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/tables/breaches.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function getAllBreachesCount() {
* Upsert breaches into "breaches" table
* Skip inserting when 'name' field (unique) has a conflict
*
* @param {import("../../utils/hibp.js").HibpGetBreachesResponse} hibpBreaches breaches array from HIBP API
* @param {import("../../utils/hibp").HibpGetBreachesResponse} hibpBreaches breaches array from HIBP API
* @returns
*/
// Not covered by tests; mostly side-effects. See test-coverage.md#mock-heavy
Expand Down

0 comments on commit 0cc2c74

Please sign in to comment.