Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deniganda committed Sep 18, 2024
1 parent 4e5364d commit dd9c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion E-Purchasing_KomD.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function fetchParameters() {
async function fetchData() {
try {
const parameters = await fetchParameters();
const apiUrl = process.env.API_URL_EP_KOND; // Use the environment variable
const apiUrl = process.env.API_URL_EP_KOMD; // Use the environment variable

const allDataPromises = parameters.map(async (param, index) => {
const url = `${apiUrl}${param}`; // Construct the URL using the environment variable
Expand Down

0 comments on commit dd9c664

Please sign in to comment.