fix build after merge

This commit is contained in:
greenart7c3
2024-03-20 07:22:55 -03:00
parent 499939ed68
commit 5910ef199f
@@ -1304,11 +1304,10 @@ class AccountViewModel(val account: Account, val settings: SettingsState) : View
} }
} }
suspend fun deleteDraft(draftTag: String) { suspend fun deleteDraft(draftTag: String) {
val notes = LocalCache.draftNotes(draftTag) val notes = LocalCache.draftNotes(draftTag)
account.delete(notes) account.delete(notes)
} }
val bechLinkCache = CachedLoadedBechLink(this) val bechLinkCache = CachedLoadedBechLink(this)