plugin updates

This commit is contained in:
Tony Volpe
2024-09-25 09:45:47 -04:00
parent cc870f301f
commit f6021c7c22
245 changed files with 4835 additions and 4671 deletions

View File

@@ -19,7 +19,7 @@ export function initBackgroundApp(initFn: CallbackFn | CallbackFn[]) {
initApp(main);
}
export const getOrCreateBackgroundApp = (refreshToken: string) => {
export const getOrCreateBackgroundApp = (refreshToken = '') => {
if ((window as any).LeadinBackgroundApp) {
return (window as any).LeadinBackgroundApp;
}