mirror of
https://github.com/ellite/Wallos.git
synced 2026-01-06 05:09:46 -06:00
fix: bug on saving fixer api key (#142)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$version = "v1.4.0";
|
||||
$version = "v1.4.1";
|
||||
?>
|
||||
@@ -483,7 +483,7 @@ function addFixerKeyButton() {
|
||||
headers: {
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
},
|
||||
body: `api_key=${encodeURIComponent(apiKey)} & provider=${encodeURIComponent(provider)}`,
|
||||
body: `api_key=${encodeURIComponent(apiKey)}&provider=${encodeURIComponent(provider)}`,
|
||||
})
|
||||
.then(response => response.json())
|
||||
.then(data => {
|
||||
|
||||
Reference in New Issue
Block a user