Skip to content

Commit

Permalink
chore: 린트 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Aug 8, 2024
1 parent 7e4ee0c commit 1bbb0e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/types/fetchErrorType.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Method} from '@apis/fetcher';
import {ServerError} from 'ErrorProvider';

import {Method} from '@apis/fetcher';

export type FetchErrorType = Error & {
requestBody: string;
status: number;
Expand Down

0 comments on commit 1bbb0e2

Please sign in to comment.