Compare commits
No commits in common. "c265e724c96603dd40d8e19b91404ed65718cf5c" and "2b1a9124782c905ae118ba17f3383da0e8bc735b" have entirely different histories.
c265e724c9
...
2b1a912478
|
@ -457,7 +457,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
|
||||
(async () => {
|
||||
try {
|
||||
const res = await fetch('/api/latest-commit');
|
||||
const res = await fetch('/api/github-updates');
|
||||
const { updates } = await res.json();
|
||||
const u = updates[0];
|
||||
const commitUrl = `https://github.com/xojw/waves/commit/${u.sha}`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user