Skip to content

Commit 078fba9

Browse files
gluonsfreaktechnik
authored andcommitted
fix: GitHub watched url
1 parent ca8769b commit 078fba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class GitHub {
5353
"unread": `${GitHub.SITE_URI}notifications`,
5454
"all": `${GitHub.SITE_URI}notifications?all=1`,
5555
"participating": `${GitHub.SITE_URI}notifications/participating`,
56-
"watched": `${GitHub.SITE_URI}watched`
56+
"watched": `${GitHub.SITE_URI}watching`
5757
};
5858
}
5959

0 commit comments

Comments
 (0)