Skip to content

Commit

Permalink
♻️ : #452 - postfeedbaks 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suehdn committed Feb 1, 2024
1 parent c29ec01 commit cc2ec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/client/postFeedbacks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DOMAIN } from '@/constants';
import { PostFeedbacksRequest } from '@/types/apis/feedback/PostFeedbaks';
import { PostFeedbacksRequest } from '@/types/apis/feedback/PostFeedbacks';
import { axiosInstanceClient } from '../axiosInstanceClient';

export const postFeedbacks = async ({ planId, body }: PostFeedbacksRequest) => {
Expand Down

0 comments on commit cc2ec0a

Please sign in to comment.