Skip to content

Commit

Permalink
fix: bump app-scripts to force axios update to be released properly […
Browse files Browse the repository at this point in the history
…ZEND-5779] (#2278)
  • Loading branch information
jjolton-contentful authored Jan 3, 2025
1 parent dce83a3 commit 4d7c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentful--app-scripts/src/feedback/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const nonInteractive = async () => {
openFeedbackLink();
};
const interactive = async () => {
// No difference between interactive and non-interactive mode for opening feedback link
// No difference between interactive and non-interactive mode for opening feedback link.
nonInteractive()
}

Expand Down

0 comments on commit 4d7c6c3

Please sign in to comment.