Skip to content

Commit bf78aa9

Browse files
HACO8888Copilot
andauthored
Update app/admin/post-query/page.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 756c70d commit bf78aa9

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

app/admin/post-query/page.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,4 @@ export default function Page() {
360360
);
361361
}
362362

363-
/* --- helpers --- */
364-
365-
function csvEscape(s: string) {
366-
if (s.includes(",") || s.includes("\"") || s.includes("\n")) {
367-
return `"${s.replace(/"/g, "\"\"")}"`;
368-
}
369-
return s;
370-
}
363+
/* --- helpers --- */

0 commit comments

Comments
 (0)