Skip to content

Commit 9dd4d7b

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 2aa839b commit 9dd4d7b

File tree

5 files changed

+285
-248
lines changed

5 files changed

+285
-248
lines changed

course-matrix/frontend/src/api/restrictionsApiSlice.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ export const restrictionsApiSlice = apiSlice.injectEndpoints({
4444
}),
4545
});
4646

47-
export const { useGetRestrictionsQuery, useCreateRestrictionMutation, useDeleteRestrictionMutation } =
48-
restrictionsApiSlice;
47+
export const {
48+
useGetRestrictionsQuery,
49+
useCreateRestrictionMutation,
50+
useDeleteRestrictionMutation,
51+
} = restrictionsApiSlice;

0 commit comments

Comments
 (0)