From 7e06efee8b33fb8619aa5e50afc8728fd330f39d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 8 Jan 2025 00:01:07 +0100 Subject: fix image ser bug --- shared/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/src/store.rs') diff --git a/shared/src/store.rs b/shared/src/store.rs index f63ed6c..976960e 100644 --- a/shared/src/store.rs +++ b/shared/src/store.rs @@ -14,7 +14,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -use crate::packets::{ReadWrite, Resource}; +use crate::{helper::ReadWrite, packets::Resource}; use anyhow::Result; use redb::{Database, TableDefinition}; use sha2::{Digest, Sha256}; -- cgit v1.2.3-70-g09d2