mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
missing semicolon
This commit is contained in:
parent
9d44491931
commit
33dbbc09c3
@ -13,7 +13,7 @@
|
||||
if (syncOnLoad) {
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$timeout(function () {
|
||||
syncService.fullSync(function () { })
|
||||
syncService.fullSync(function () { });
|
||||
}, 0);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user