Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Haimerl authored and Nikolas Haimerl committed Feb 12, 2025
1 parent e1a7484 commit a11d2e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/lib/spark-api-submit-deals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @import {PgPool, Queryable} from '@filecoin-station/deal-observer-db' */
/** @import { Static } from '@sinclair/typebox' */
/** @import { ActiveDealDbEntry, PayloadRetrievabilityStateType } from '@filecoin-station/deal-observer-db/lib/types.js' */
import Cursor from 'pg-cursor'
import * as Sentry from '@sentry/node'
import { Type } from '@sinclair/typebox'
Expand Down Expand Up @@ -49,7 +48,7 @@ export const findAndSubmitUnsubmittedDeals = async (pgPool, batchSize, submitDea
*
* @param {PgPool} pgPool
* @param {number} batchSize
* @returns {AsyncGenerator<Array<Static<typeof SubmittableDeal>>, void, unknown>}
* @returns {AsyncGenerator<Array<Static<typeof SubmittableDeal>>>}
*/
const findUnsubmittedDeals = async function * (pgPool, batchSize) {
const client = await pgPool.connect()
Expand Down

0 comments on commit a11d2e8

Please sign in to comment.