Skip to content

Commit e58de66

Browse files
committed
check webpack config src
1 parent d03ad7f commit e58de66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Upload/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ export default function Upload() {
414414
const buffer: any = await fileToBuffer(data.file);
415415

416416
try {
417+
console.log(`Asset src: ${AO.assetSrc}`);
417418
const processSrcFetch = await fetch(getTxEndpoint(AO.assetSrc));
418419
if (processSrcFetch.ok) {
419420
processSrc = await processSrcFetch.text();

0 commit comments

Comments
 (0)