fix linting warnings
This commit is contained in:
parent
8e9ffaa694
commit
8b5c264bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ const syncManager = {
|
|||
}
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);// Ignore fallback error
|
||||
console.log(error); // Ignore fallback error
|
||||
}
|
||||
return fallback;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue