Skip to content

Commit

Permalink
chore: conflict 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyeon08 committed Jul 3, 2024
1 parent 0767853 commit 1ea6f80
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 243 deletions.
27 changes: 0 additions & 27 deletions public/data/hostLesson.json

This file was deleted.

32 changes: 0 additions & 32 deletions public/data/hostLessonDetail.json

This file was deleted.

57 changes: 0 additions & 57 deletions public/data/lessonDetail.json

This file was deleted.

27 changes: 0 additions & 27 deletions public/data/monthRevenue.json

This file was deleted.

50 changes: 0 additions & 50 deletions public/data/myLesson.json

This file was deleted.

47 changes: 0 additions & 47 deletions public/data/myLessonAll.json

This file was deleted.

1 change: 0 additions & 1 deletion src/apis/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
HostInfoType,
} from '../types/host';
import { transactionApi } from './interfaces/transactionApi';
import { PaybackReqType, QrPayReqType } from '../types/transaction';

export class ApiClient
implements userApi, accountApi, hostApi, categoryApi, transactionApi
Expand Down
2 changes: 0 additions & 2 deletions src/apis/interfaces/transactionApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { PaybackReqType, QrPayReqType } from '../../types/transaction';

export interface transactionApi {
postQrPay(reqData: QrPayReqType): Promise<BaseResponseType<PayResType>>;

Expand Down

0 comments on commit 1ea6f80

Please sign in to comment.