1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 15:53:41 +00:00

[deps]: Update @types/node to v18.19.50 (#599)

* [deps]: Update @types/node to v18.19.50

* Adjust timer type

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com>
This commit is contained in:
renovate[bot]
2024-09-16 11:17:57 -04:00
committed by GitHub
parent 3ecca16f50
commit 4ae4cba877
4 changed files with 19 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import { MenuMain } from "./menu.main";
const SyncCheckInterval = 60 * 1000; // 1 minute
export class MessagingMain {
private syncTimeout: NodeJS.Timer;
private syncTimeout: NodeJS.Timeout;
constructor(
private windowMain: WindowMain,