Skip to content

Commit

Permalink
chore(error): remove unused handler
Browse files Browse the repository at this point in the history
  • Loading branch information
j10ccc committed Nov 15, 2024
1 parent 4a67400 commit 771b423
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
2 changes: 0 additions & 2 deletions src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import LibraryService from "./services/libraryService";
import YxyService from "./services/yxyService";
import LostfoundService from "./services/lostfoundService";
import SuitService from "./services/suitService";
import errCodeHandler from "./utils/errHandler";
import { api } from "./api/apiList";

export {
Expand All @@ -16,6 +15,5 @@ export {
YxyService,
LostfoundService,
SuitService,
errCodeHandler,
api
};
80 changes: 0 additions & 80 deletions src/services/utils/errHandler.ts

This file was deleted.

0 comments on commit 771b423

Please sign in to comment.