Skip to content

Commit ae5b099

Browse files
Update packages/utils/src/lib/profiler/profiler.ts
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
1 parent c32a0fc commit ae5b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/profiler/profiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export type NodejsProfilerOptions<
263263
Omit<PerformanceObserverOptions<DomainEvents>, 'sink'> & {
264264
/**
265265
* Sink for buffering and flushing performance data
266-
**/
266+
*/
267267
sink: AppendableSink<DomainEvents>;
268268

269269
/**

0 commit comments

Comments
 (0)