chore: format

This commit is contained in:
naskya 2024-04-26 05:54:10 +09:00
parent 79ab7bf787
commit ba8e044f42
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -57,7 +57,8 @@ if (!remoteAccountId.result) {
.then((response) => response.json())
.then((data) => {
const subscribeUri = data.links.find(
(link: { rel: string; }) => link.rel === "http://ostatus.org/schema/1.0/subscribe",
(link: { rel: string }) =>
link.rel === "http://ostatus.org/schema/1.0/subscribe",
).template;
window.location.href = subscribeUri.replace(
"{uri}",