Skip to content

Commit

Permalink
Update vars to consts
Browse files Browse the repository at this point in the history
  • Loading branch information
arran-standish committed May 30, 2024
1 parent aa44721 commit efb222a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const getAccessToken = async () => {
};

const importZipConfig = async (accessToken) => {
var data = new FormData();
const data = new FormData();

if (CONFIG_FILE) {
data.append(
Expand Down Expand Up @@ -102,7 +102,7 @@ const replaceClickhouseConnectionString = async (accessToken) => {
uuid: "868ecd6d-f099-46ab-a100-dd91173bc63f"
};

var config = {
const config = {
method: 'POST',
url: `${protocol}://${SUPERSET_SERVICE_NAME}:${SUPERSET_API_PORT}${SUPERSET_DATABASE_PUT_PATH}`,
headers: {
Expand Down

0 comments on commit efb222a

Please sign in to comment.