Skip to content

Commit 7b28b1f

Browse files
committed
Update Supabase endpoint
1 parent fb399de commit 7b28b1f

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

scripts/dist/polimi-schedule.user.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dist/web-core-bundle.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dist/web-core-bundle.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/src/error-reporting.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
const supaKeyPieces = [
2-
"wwPttUUOIWAu_giTon7gdEXNXS0MWMrREnQw8CeZLpM",
3-
"eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InFobXBrdXNoa2tja29kbnFwYm56Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2NjQwMTQ2OTQsImV4cCI6MTk3OTU5MDY5NH0",
2+
"3yBR5pjy9xZqnRm5KK4cWK2tiQVWQwWSpmRQjBuoFi4",
3+
"eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Inlsa2dtcmpyZ3ZvcWdsbHRrZ2dvIiwicm9sZSI6ImFub24iLCJpYXQiOjE3Mzk1Mjc0ODEsImV4cCI6MjA1NTEwMzQ4MX0",
44
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9",
55
];
66

77
const supaKey = supaKeyPieces.reverse().join(".");
8-
const apiSubdomain = "qhmpkushkkckodnqpbnz";
8+
const apiSubdomain = "ylkgmrjrgvoqglltkggo";
99
const supaEndpoint = `https://${apiSubdomain}.supabase.co/rest/v1/error_logs`;
1010

1111
/**

scripts/src/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polimi-schedule-js",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Convert PoliMi timetables to ICS files",
55
"main": "schedule-to-ical.js",
66
"scripts": {

0 commit comments

Comments
 (0)