Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed May 29, 2024
1 parent cab75f2 commit 98b28e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/barrier_api/create_barrier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export function createBarrier({
activated: readonly(activated),
deactivated: readonly(deactivated),
performed: readonly(performed),
forceDeactivate: forceDeactivate,
forceDeactivate,
__: { touch, operationFailed, operationDone, $mutex },
};
}
Expand Down

0 comments on commit 98b28e7

Please sign in to comment.