Skip to content

Commit

Permalink
chore(idempotency): remove decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Jun 27, 2023
1 parent 1d32b99 commit c63768d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 875 deletions.
141 changes: 0 additions & 141 deletions packages/idempotency/src/idempotentDecorator.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/idempotency/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './errors';
export * from './IdempotencyConfig';
export * from './idempotentDecorator';
export * from './makeFunctionIdempotent';

This file was deleted.

Loading

0 comments on commit c63768d

Please sign in to comment.