mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
chore: fix lint(missing semicolon)
This commit is contained in:
parent
4663639926
commit
0a184e8e62
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ async function init() {
|
|||
}
|
||||
}
|
||||
|
||||
const fileData = urlParams.get('file')
|
||||
const fileData = urlParams.get('file');
|
||||
if (fileData && fileData.startsWith('data:')) {
|
||||
try {
|
||||
const file = await window.fetch(fileData).then(res => res.blob());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue