Skip to content

Commit

Permalink
Remove storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
callms committed Aug 2, 2023
1 parent fc3e1f5 commit 46122e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/pullRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { isBranchNameValid } = require("../branch");
const {
isPullRequestTitleValid: isPullRequestTitleValid,
} = require("../pullRequest");
const { getAmplifyURIs, getStorybookAmplifyUri } = require("./amplify");
const { getAmplifyURIs } = require("./amplify");

exports.validatePR = async function validatePR({ pullRequest }) {
const {
Expand Down

0 comments on commit 46122e5

Please sign in to comment.