Skip to content

Commit

Permalink
Merge pull request #345 from StampyAI/npm-audit-fix
Browse files Browse the repository at this point in the history
npm audit fix
  • Loading branch information
Aprillion authored Nov 4, 2023
2 parents 5304a21 + 8a25cd5 commit 60fe1a3
Show file tree
Hide file tree
Showing 5 changed files with 3,780 additions and 1,950 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules

/node_modules
/.wranler
/.cache
/build
/dist
Expand Down
2 changes: 1 addition & 1 deletion app/routes/questions/add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Props = {
title: string
relatedQuestions: string[]
immediately?: boolean
} & Omit<JSX.IntrinsicElements['form'], 'method' | 'ref'>
} & Omit<JSX.IntrinsicElements['form'], 'method' | 'ref' | 'encType'>

export const AddQuestion = ({title, relatedQuestions, immediately, ...props}: Props) => {
const url = '/questions/add'
Expand Down
Loading

0 comments on commit 60fe1a3

Please sign in to comment.