Fix: Delete channel query failing due to empty unset.

This commit is contained in:
Paul
2021-06-16 14:15:53 +01:00
parent f33611aee6
commit c4b39c56d4
4 changed files with 14 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
use crate::database::*;
use crate::util::result::Error;
use super::hive::get_hive;
use futures::StreamExt;