chore: format
This commit is contained in:
parent
79ab7bf787
commit
ba8e044f42
1 changed files with 2 additions and 1 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue