Skip to content

Commit

Permalink
fix(sync): remove redundant helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Jun 9, 2019
1 parent f168fa1 commit 374f73e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions packages/sync/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export { context, runInSync } from './runInSync';
export { PromiseCache, sync } from './sync';
export { synchronous, Synchronous } from './synchronous';
export { synchronousService } from './synchronousService';

1 change: 0 additions & 1 deletion packages/sync/src/synchronous.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ export function synchronous<I extends object>(obj: I): Synchronous<I> {

return synchronousObj;
}

9 changes: 0 additions & 9 deletions packages/sync/src/synchronousService.ts

This file was deleted.

0 comments on commit 374f73e

Please sign in to comment.