Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 3b94a4d

Browse files
committed
fix: Fix Missing fill
1 parent 1000eb2 commit 3b94a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/loadTargetSource/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import placeLoadingPlaceholder from 'utils/placeLoadingPlaceholder'
22

33
async function loadTargetSource(targetSourceUrl: string) {
4-
placeLoadingPlaceholder()
4+
placeLoadingPlaceholder(targetSourceUrl)
55

66
const response = await fetch(targetSourceUrl)
77

0 commit comments

Comments
 (0)