Update actor_language.rs

This commit is contained in:
dullbananas 2024-04-20 18:06:18 -07:00 committed by GitHub
parent cea8cf36fe
commit 4ec4582ec6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ impl LocalUserLanguage {
// Delete old languages, not including new languages
let delete_old = delete(local_user_language)
.filter(local_user_id.eq(for_local_user_id))
.filter(language_id.ne_all(&lang_ids)
.filter(language_id.ne_all(&lang_ids))
.execute(conn);
let forms = lang_ids