Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Jul 31, 2024
1 parent 9d2b6f4 commit f2a6ba9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
let script = document.createElement("script")
script.src = wasmGCSupported
? "webApp-wasm-130998cae67fca6cee0aaabb04238180.js"
: "webApp-js-fb40ec9c198c12706228f5efafc5eb10.js"
: "webApp-js-23ab4f837a81fa289e4b7860be0e3d6c.js"
document.body.appendChild(script)

</script>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/webApp-js.js.map

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion docs/webApp-wasm-130998cae67fca6cee0aaabb04238180.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal class LottieFilesViewModel() : ViewModel() {
}.collectLatest { (q, s, p) ->
try {
val resp = httpClient.get(
"https://corsproxy.io/?https://lottiefiles.com/api/search/get-animations?query=${q.encodeURLPath()}&type=free&sort=popular&page=$p"
"https://corsproxy.io/?https://lottiefiles.com/api/search/get-animations?query=${q.encodeURLPath()}&type=free&sort=${s.name}&page=$p"
).bodyAsText().let {
json.decodeFromString<JsonObject>(it)
}
Expand Down

0 comments on commit f2a6ba9

Please sign in to comment.