Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath7472 authored Jan 11, 2025
1 parent 3ba5052 commit be81068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<script>
const apiKey = 'AIzaSyAyk7lnG33leEh3yNoYdqLVirvM7Rydywk';
const spreadsheetId = '1Hrm7WvDxtnep0D3qisJQrk1omGcoqQf01ko46fy7fQs';
const range = 'Sheet1!A2';
const range = 'Sheet1!B1';

async function fetchBalance() {
const url = `https://sheets.googleapis.com/v4/spreadsheets/${spreadsheetId}/values/${range}?key=${apiKey}`;
Expand Down

0 comments on commit be81068

Please sign in to comment.