mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
missing semicolon
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
if (syncOnLoad) {
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$timeout(function () {
|
||||
syncService.fullSync(function () { })
|
||||
syncService.fullSync(function () { });
|
||||
}, 0);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user