Skip to content

Commit

Permalink
change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deniganda committed Feb 6, 2025
1 parent 9fae445 commit 2207c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Penyedia_Terumumkan_TahunLama.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const auth = new google.auth.GoogleAuth({
const sheets = google.sheets({ version: 'v4', auth });

// URL to fetch data from
const url = process.env.API_URL_LM; // Use environment variable for URL
const url = process.env.API_URL_PEN; // Use environment variable for URL

// Define the spreadsheet ID and range
const spreadsheetId = process.env.SPREADSHEET_ID; // Use environment variable for Spreadsheet ID
Expand Down

0 comments on commit 2207c2c

Please sign in to comment.