Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jun 4, 2024
1 parent d757b62 commit 8016a21
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const ResponseMultipartViewer: FC<Props> = ({

// Save the file
try {
// @ts-expect-error -- TSCONVERSION if filePath is undefined, don't try to write anything
await fs.promises.writeFile(filePath, selectedPart.value);
} catch (err) {
console.warn('Failed to save multipart to file', err);
Expand Down

0 comments on commit 8016a21

Please sign in to comment.