Skip to content

Commit

Permalink
Rename boot to bootSiteClient
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrgicak committed Nov 6, 2024
1 parent 4592b34 commit 1fa774d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export function bootSiteClient(
}
} catch (e) {
logger.error(e);
logErrorEvent('boot');
logErrorEvent('bootSiteClient');
dispatch(setActiveSiteError('site-boot-failed'));
dispatch(setActiveModal(modalSlugs.ERROR_REPORT));
return;
Expand Down

0 comments on commit 1fa774d

Please sign in to comment.