Skip to content

Commit

Permalink
chore: 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Jul 23, 2024
1 parent 7a57e6d commit 387fa56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apis/domains/files/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const getPresignedUrl = async (
const response: AxiosResponse<PresignedResponse> = await get("/files/presigned-url", {
params: paramsWithEmptyArrays,
paramsSerializer: (params) => {
// const queryString = qs.stringify(params, { arrayFormat: "repeat" });
const searchParams = new URLSearchParams();

for (const [k, v] of Object.entries(params)) {
Expand Down

0 comments on commit 387fa56

Please sign in to comment.