Skip to content

Commit 2b630f6

Browse files
committed
fix: remove comments
1 parent 3020ee0 commit 2b630f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/rum/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type RumOptions = {
1818

1919
export type RumPublicApi = typeof datadogRum;
2020
export type RumInitConfiguration = ExpRumInitConfiguration;
21-
// Base SDK options without discriminated union
21+
2222
export type SDKOptions = Assign<
2323
RumInitConfiguration,
2424
{

0 commit comments

Comments
 (0)