Skip to content

Commit

Permalink
Merge pull request #81 from DarshitJain04/master
Browse files Browse the repository at this point in the history
updated sheet link
  • Loading branch information
hirenchalodiya1 authored Dec 7, 2020
2 parents 1463b3e + f62406f commit 060ba14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/pages/Popup/scripts/sheetLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ class SheetLink {

export const timeTableSheet = new SheetLink(
'time-table',
'https://spreadsheets.google.com/feeds/cells/1pEAMgjUp2eSSYmu__Szz6weCPsXd3Rtkv8MCnXT6rXw/od6/public/basic?alt=json',
'https://spreadsheets.google.com/feeds/cells/1rQt-pWpjvpc5A0G0VYs-Quf_JvnjSMio9PswuP-LOlQ/1/public/basic?alt=json',
(data) => {
// write cheks here
// write checks here
return true;
}
);

export const slotSheet = new SheetLink(
'slot-link',
'https://spreadsheets.google.com/feeds/cells/1CT8YGYORrT-DXoIC4rmmzfvCklcbpm3S-O0yS8OcIH0/od6/public/basic?alt=json',
'https://spreadsheets.google.com/feeds/cells/1rQt-pWpjvpc5A0G0VYs-Quf_JvnjSMio9PswuP-LOlQ/2/public/basic?alt=json',
(data) => {
// write checks here
return true;
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/meet.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ setInterval(function () {
console.log(err);
}
}, 8000);
console.log('I am inserted');
console.log('Joined the meeting!');
4 changes: 2 additions & 2 deletions src/utils/sheetLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SheetLink {
}

const timeTableDefaultLink =
'https://spreadsheets.google.com/feeds/cells/1pEAMgjUp2eSSYmu__Szz6weCPsXd3Rtkv8MCnXT6rXw/od6/public/basic?alt=json';
'https://spreadsheets.google.com/feeds/cells/1rQt-pWpjvpc5A0G0VYs-Quf_JvnjSMio9PswuP-LOlQ/1/public/basic?alt=json';

export const timeTableSheet = new SheetLink(
'time-table',
Expand All @@ -70,7 +70,7 @@ export const timeTableSheet = new SheetLink(
);

const slotDefaultLink =
'https://spreadsheets.google.com/feeds/cells/1CT8YGYORrT-DXoIC4rmmzfvCklcbpm3S-O0yS8OcIH0/od6/public/basic?alt=json';
'https://spreadsheets.google.com/feeds/cells/1rQt-pWpjvpc5A0G0VYs-Quf_JvnjSMio9PswuP-LOlQ/2/public/basic?alt=json';

export const slotSheet = new SheetLink(
'slot-link',
Expand Down

0 comments on commit 060ba14

Please sign in to comment.