Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Dec 17, 2023
1 parent c8ac618 commit fd1fc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/serveFromHar.ts
Expand Up @@ -63,7 +63,7 @@ function findEntry(
}

async function parseContent(
content: Omit<Content & { _file?: string }, "text"> & { text: Buffer | string },
content: Omit<Content & { _file?: string }, "text"> & { text?: Buffer | string },
dirName: string = ".",
) {
if (!content) return undefined;
Expand Down

0 comments on commit fd1fc95

Please sign in to comment.