Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa authored Dec 9, 2024
1 parent 8ec51f1 commit 1e37242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflow/src/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function uploadFileToMinio(
return res.refUrl
}

export async function uploadSVGToMinio(
async function uploadSVGToMinio(
fileData: string,
authHeader: IAuthHeader
): Promise<string> {
Expand Down

0 comments on commit 1e37242

Please sign in to comment.