fix indent
This commit is contained in:
@@ -186,7 +186,7 @@ async function fetchNote() {
|
|||||||
fetchingTheNote.value = false;
|
fetchingTheNote.value = false;
|
||||||
theNote.value = null;
|
theNote.value = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const requestUrl = new URL(props.url);
|
const requestUrl = new URL(props.url);
|
||||||
if (!['http:', 'https:'].includes(requestUrl.protocol)) throw new Error('invalid url');
|
if (!['http:', 'https:'].includes(requestUrl.protocol)) throw new Error('invalid url');
|
||||||
|
|||||||
Reference in New Issue
Block a user