Skip to content

Commit

Permalink
fix clear range Tender
Browse files Browse the repository at this point in the history
  • Loading branch information
deniganda committed Feb 10, 2025
1 parent 31051c9 commit e95804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tender_Selesai.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const url = process.env.API_URL_TS; // Use environment variable for URL

// Define the spreadsheet ID and range
const spreadsheetId = process.env.SPREADSHEET_ID; // Use environment variable for Spreadsheet ID
const clearRange = 'Tender!A:ZZ'; // Range to clear
const clearRange = 'Tender!A:AA'; // Range to clear
const updateRange = 'Tender!A1'; // Range to update

async function fetchData() {
Expand Down

0 comments on commit e95804f

Please sign in to comment.