Skip to content

Commit

Permalink
Merge pull request #28 from OpenPecha/feat/daily_dedication_message
Browse files Browse the repository at this point in the history
daily_dedication_file_link_update
  • Loading branch information
Lungsangg authored Feb 3, 2024
2 parents 2d23191 + 9741dc4 commit c28265f
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/11c9Yw9FdfLnfbIWqvUztCt-QICW5790dfFGgXH7IB1k/edit#gid=0';
'https://docs.google.com/spreadsheets/d/1LtSNeecpQd8O5R77rqRSHaQUekJciRU8xsRnCjJGZNg/edit#gid=0';
const query = new google.visualization.Query(url);
query.setQuery('select A, B, C');
query.send(processSheetsData);
Expand Down

0 comments on commit c28265f

Please sign in to comment.