Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Jan 8, 2025
1 parent 01c70dd commit 5acb5e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class EventNotificationConsumer(private val applicationContext: Context) {
NostrSigner.getInstance().applicationIOScope.launch {
val accounts = LocalPreferences.allSavedAccounts(applicationContext)
accounts.forEach {
val acc = LocalPreferences.loadFromEncryptedStorage(applicationContext, it.npub)?.let { acc ->
LocalPreferences.loadFromEncryptedStorage(applicationContext, it.npub)?.let { acc ->
val dao = NostrSigner.getInstance().getDatabase(acc.signer.keyPair.pubKey.toNpub()).applicationDao()
dao.insertLog(
LogEntity(
Expand Down

0 comments on commit 5acb5e9

Please sign in to comment.