chore (backend-rs): update comment

This commit is contained in:
naskya 2024-06-06 17:10:40 +09:00
parent cb3c300c49
commit 8fd3f82d0b
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,4 @@
// TODO: We want to get rid of this // TODO: Migrate to Redis
use crate::{database::db_conn, model::entity::attestation_challenge}; use crate::{database::db_conn, model::entity::attestation_challenge};
use chrono::{Duration, Utc}; use chrono::{Duration, Utc};