mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
fix indent
This commit is contained in:
parent
d0a074ac89
commit
c9874f72b1
1 changed files with 22 additions and 22 deletions
|
@ -186,7 +186,7 @@ async function fetchNote() {
|
|||
fetchingTheNote.value = false;
|
||||
theNote.value = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
const requestUrl = new URL(props.url);
|
||||
if (!['http:', 'https:'].includes(requestUrl.protocol)) throw new Error('invalid url');
|
||||
|
|
Loading…
Add table
Reference in a new issue