Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolik170 committed Sep 8, 2023
1 parent ccac1c3 commit 9eb56c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const LessonsContainer = () => {

const { response, loading, fetchData } = useAxios<
ItemsWithCount<Lesson>,
Partial<GetResourcesParams>
GetResourcesParams
>({
service: getMyLessons,
defaultResponse: defaultResponses.itemsWithCount,
Expand Down

0 comments on commit 9eb56c0

Please sign in to comment.