MOBILE-4081 delegate: Make public updateHandlers method

main
Alfonso Salces 2022-12-05 13:52:06 +01:00
parent ef5bcbee86
commit 5c8a414e79
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ export class CoreDelegate<HandlerType extends CoreDelegateHandler> {
*
* @return Resolved when done.
*/
protected async updateHandlers(): Promise<void> {
async updateHandlers(): Promise<void> {
const promises: Promise<void>[] = [];
const now = Date.now();