Skip to content

Commit

Permalink
tf happened to my image
Browse files Browse the repository at this point in the history
  • Loading branch information
LarveyOfficial committed May 2, 2023
1 parent 67e7db7 commit e93b559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/panel/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export function Home() {
if (data.success == false) {
return "failed";
}
console.log(data);
return data.data.link;
} else {
return "failed";
Expand Down

0 comments on commit e93b559

Please sign in to comment.