Skip to content

Commit

Permalink
fix(synchronizer): apply minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Feb 5, 2024
1 parent c7ac57d commit 5a33e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/synchronizer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './models/user.js';
export * from './utils/authenticator.js';
export * from './utils/fetcher.js';
export * from './utils/synchronizer.js';
export * from './utils/projectSynchronizer.js';

export * from './constants.js';

Expand Down
2 changes: 2 additions & 0 deletions packages/synchronizer/src/utils/projectSynchronizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export class ProjectSynchronizer extends EventEmitter {
if (!policyPath) {
throw new Error(`Error storing policy in local filesystem.`);
}

this.emit('synchronized');
}
}

Expand Down

0 comments on commit 5a33e0a

Please sign in to comment.