Skip to content

Commit

Permalink
remove finance helper
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpansky committed Jun 13, 2024
1 parent 6cc2175 commit cd48ed4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@octocloud/core",
"version": "1.0.55",
"version": "1.0.56",
"license": "ISC",
"author": "",
"exports": {
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export * from './models/SubRequestRetryData';
export * from './models/UnitItemsHelper';
export * from './models/DefaultResponseHandler';
export * from './models/PhoneParser';
export * from './models/FinanceHelper';

export * from './services/DataGenerationService';

Expand Down
11 changes: 0 additions & 11 deletions src/models/FinanceHelper.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/models/__tests__/FinanceHelper.test.ts

This file was deleted.

0 comments on commit cd48ed4

Please sign in to comment.