PM-7392 - Main.ts - remove comment.

This commit is contained in:
Jared Snider 2024-05-03 11:25:10 -04:00
parent 7416fec332
commit 6456670c2f
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 0 additions and 2 deletions

View File

@ -183,8 +183,6 @@ export class Main {
new ElectronMainMessagingService(this.windowMain), new ElectronMainMessagingService(this.windowMain),
); );
// TODO: figure out circular dependency issue here with state service
this.tokenService = new TokenService( this.tokenService = new TokenService(
singleUserStateProvider, singleUserStateProvider,
globalStateProvider, globalStateProvider,