Skip to content

Commit

Permalink
check webpack config src
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Dec 26, 2024
1 parent d03ad7f commit e58de66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Upload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ export default function Upload() {
const buffer: any = await fileToBuffer(data.file);

try {
console.log(`Asset src: ${AO.assetSrc}`);
const processSrcFetch = await fetch(getTxEndpoint(AO.assetSrc));
if (processSrcFetch.ok) {
processSrc = await processSrcFetch.text();
Expand Down

0 comments on commit e58de66

Please sign in to comment.