Skip to content

Commit

Permalink
Merge pull request #68 from useblacksmith/stop-sending-form-data
Browse files Browse the repository at this point in the history
src: start sending get request with query params
  • Loading branch information
adityamaru authored Dec 9, 2024
2 parents 7b86428 + 0f99a0b commit c6b6f32
Show file tree
Hide file tree
Showing 12 changed files with 572 additions and 5,095 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:

- name: Check for changes
run: |
# Ignore yarn.lock changes since we're using npm
git update-index --assume-unchanged yarn.lock || true
if [[ -n "$(git status --porcelain)" ]]; then
echo "::error::Build generated new changes. Please commit the generated files."
git status
Expand Down
36 changes: 18 additions & 18 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

50 changes: 46 additions & 4 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

Loading

0 comments on commit c6b6f32

Please sign in to comment.