Skip to content

Commit

Permalink
chore: undo accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed May 14, 2024
1 parent b67bb83 commit 8d4a484
Show file tree
Hide file tree
Showing 3 changed files with 8,218 additions and 6,529 deletions.
2 changes: 1 addition & 1 deletion packages/filecoin-api/src/storefront/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
UpdatableAndQueryableStore,
Queue,
ServiceConfig,
StoreGetError
StoreGetError,
} from '../types.js'

export type PieceStore = UpdatableAndQueryableStore<
Expand Down
4 changes: 3 additions & 1 deletion packages/upload-api/test/helpers/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const createContext = async (
storefront: { filecoinSubmitQueue, pieceOfferQueue },
} = getFilecoinQueueImplementations(queuedMessages)
const {
storefront: { pieceStore },
storefront: { pieceStore, receiptStore, taskStore },
} = getFilecoinStoreImplementations()
const email = Email.debug()

Expand Down Expand Up @@ -81,6 +81,8 @@ export const createContext = async (
filecoinSubmitQueue,
pieceOfferQueue,
pieceStore,
receiptStore,
taskStore,
dealTrackerService: {
connection: dealTrackerConnection,
invocationConfig: {
Expand Down
Loading

0 comments on commit 8d4a484

Please sign in to comment.