chore: make getEventWorkspace_() public (#8241)

This commit is contained in:
Aaron Dodson
2024-07-02 14:48:16 -07:00
committed by GitHub
parent 21a73c463f
commit a6361fbd81

View File

@@ -108,7 +108,6 @@ export abstract class Abstract {
*
* @returns The workspace the event belongs to.
* @throws {Error} if workspace is null.
* @internal
*/
getEventWorkspace_(): Workspace {
let workspace;