Skip to content

Commit a78a0e9

Browse files
authored
Update packages/shared/src/events/events.ts
Signed-off-by: Todd Baert <[email protected]>
1 parent 0c9821b commit a78a0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/events/events.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: with TypeScript 5+, we can use computed string properties,
22
// so we can extract all of these into a shared set of string consts and use that in both enums
3-
// for now we have to duplicated them.
3+
// for now we have duplicated them.
44

55
/**
66
* An enumeration of possible events for server-sdk providers.

0 commit comments

Comments
 (0)