fix: unable to switch subscribtion profile

This commit is contained in:
Tunglies
2025-03-30 12:53:16 +08:00
parent 9b02088918
commit 937f43c270
2 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
use crate::enhance::seq::SeqMap;
use crate::logging;
use crate::utils::logging::Type;
use crate::{enhance::seq::SeqMap, logging, utils::logging::Type};
use anyhow::{anyhow, bail, Context, Result};
use nanoid::nanoid;
use serde::{de::DeserializeOwned, Serialize};