Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Sep 26, 2023
1 parent ad8c015 commit 87abbc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/app/preview/gallery/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default async function TaskPage() {

const jsonResponse = await response.json(); // 等待JSON解析
const { data } = jsonResponse; // 从解析后的JSON中解构data
console.debug(data);
return (data as FileListResult).map((item) => {
return {
name: item.fileName,
Expand Down

0 comments on commit 87abbc9

Please sign in to comment.