Skip to content

Commit 3b02f27

Browse files
committed
refactor: 移除 async 关键字
1 parent 9fce491 commit 3b02f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/wwwroot/modules/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function preview(previewerId, index) {
9090
}
9191
}
9292

93-
export async function getPreviewUrl(id, fileName) {
93+
export function getPreviewUrl(id, fileName) {
9494
let url = '';
9595
const upload = Data.get(id);
9696
const { files } = upload;

0 commit comments

Comments
 (0)