Skip to content

Commit a6361fb

Browse files
authored
chore: make getEventWorkspace_() public (#8241)
1 parent 21a73c4 commit a6361fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/events/events_abstract.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export abstract class Abstract {
108108
*
109109
* @returns The workspace the event belongs to.
110110
* @throws {Error} if workspace is null.
111-
* @internal
112111
*/
113112
getEventWorkspace_(): Workspace {
114113
let workspace;

0 commit comments

Comments
 (0)