You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@ -35,7 +35,7 @@ const useRepoApi = ({ reloadRepoCounter, setRepoApiError, onRepoApiLoaded }: Pro
|
||||
|
||||
setRepoApiError(null);
|
||||
try {
|
||||
await repoApi.initialize();
|
||||
await repoApi.reinitialize();
|
||||
} catch (error) {
|
||||
logger.error(error);
|
||||
setRepoApiError(error);
|
||||
|
Reference in New Issue
Block a user