fix indent
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user