Skip to content

Commit

Permalink
fix: Type issue comming from new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Jan 15, 2024
1 parent bbc6ef5 commit 8c93215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/views/Upload/useResumeFromFlagship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const useResumeUploadFromFlagship = (): void => {
const client = useClient()
const dispatch = useDispatch()
const webviewIntent = useWebviewIntent()
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
const uploadQueue = useSelector(getUploadQueue) as FileFromNative[]

useEffect(() => {
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"paths": {
"lib/*": ["./src/lib/*"],
"modules/*": ["./src/modules/*"],
"components/*": ["./src/components/*"],
"test/*": ["./test/*"],
"hooks/*": ["./src/hooks/*"],
"models/*": ["./src/models/*"],
"constants/*": ["./src/constants/*"],
"config/*": ["./src/config/*"],
}
}
}

0 comments on commit 8c93215

Please sign in to comment.