Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: import fix
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Nov 3, 2022
commit ef301ba56844d35053f0bb78a0d1a487c1bd5861
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ReactionError from "@reactioncommerce/reaction-error";
import checkAndCreateFulfillmentMethod from "./util/checkAndCreateFulfillmentMethod";
import checkAndCreateFulfillmentMethod from "./util/checkAndCreateFulfillmentMethod.js";
/**
* @summary Called on startup to create the root entry of this fulfillment type in Fulfillment collection
* @param {Object} context Startup context
Expand Down
3 changes: 2 additions & 1 deletion packages/api-plugin-fulfillment-type-pickup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"sideEffects": false,
"dependencies": {
"@reactioncommerce/api-utils": "^1.16.9",
"@reactioncommerce/random": "~1.0.2"
"@reactioncommerce/random": "~1.0.2",
"@reactioncommerce/reaction-error": "1.0.1"
},
"devDependencies": {},
"scripts": {
Expand Down