Skip to content

Commit

Permalink
responded to comments from nick
Browse files Browse the repository at this point in the history
  • Loading branch information
sburchfield33 committed Mar 10, 2024
1 parent 9554c88 commit 658e8fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"
prettier_options: "--write **/*.tsx **/*.tsx **/*.mjs"
prettier_version: '2.x.x'
5 changes: 0 additions & 5 deletions src/app/api/file/route.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ type IFile = z.infer<typeof File>;
* Extends the parameters of fetch() function to give types to the RequestBody.
*/
interface IRequest extends Omit<RequestInit, "body"> {





body: IFile;
}

Expand Down

0 comments on commit 658e8fa

Please sign in to comment.