Skip to content

Commit

Permalink
mind_training_dedication_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Jan 9, 2025
1 parent 7d46bda commit 2f9e974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/TextsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const Dedication = () => {

function get_google_sheet_data() {
const url =
'https://docs.google.com/spreadsheets/d/1LtSNeecpQd8O5R77rqRSHaQUekJciRU8xsRnCjJGZNg/edit#gid=0';
'https://docs.google.com/spreadsheets/d/16WqaFgY3P8wEFttRRbi-Pclo1Urm5jg7sMabl7apS_Y/edit?gid=0#gid=0';
const query = new google.visualization.Query(url);
query.setQuery('select A, B, C');
query.send(processSheetsData);
Expand Down

0 comments on commit 2f9e974

Please sign in to comment.