Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jan 4, 2024
1 parent 2181364 commit 946e378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/js/genapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ openapi-generator-plus -c config.yml
if [ $? -ne 0 ]; then
echo "Generation failed with exit status $?"
exit $?
fi

if [[ "$OSTYPE" == "darwin"* ]]; then
sed -i '' -e '/import "whatwg-fetch";/d' -e 's/window.fetch/fetch/g' src/generated/runtime.ts
Expand Down

0 comments on commit 946e378

Please sign in to comment.