Skip to content

Commit 2ed9b1b

Browse files
committed
refactor: wip
1 parent 66523e3 commit 2ed9b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ export type NodejsProfilerOptions<
261261
Tracks extends Record<string, ActionTrackEntryPayload>,
262262
> = ProfilerOptions<Tracks> &
263263
Omit<PerformanceObserverOptions<DomainEvents>, 'sink'> & {
264-
/** Sink for buffering and flushing performance data
265-
* @NOTE this is dummy code and will be replaced by PR #1210
264+
/**
265+
* Sink for buffering and flushing performance data
266266
**/
267267
sink: AppendableSink<DomainEvents>;
268268

0 commit comments

Comments
 (0)