From 3ed0e0f276b4a43e85fdbd6aa379103c009adf1d Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 14 Nov 2024 06:25:29 +0200 Subject: [PATCH] update comment --- src/profile/bookmark/database.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile/bookmark/database.rs b/src/profile/bookmark/database.rs index cf1dcdcb..cd4d2573 100644 --- a/src/profile/bookmark/database.rs +++ b/src/profile/bookmark/database.rs @@ -11,7 +11,7 @@ pub struct Table { pub struct Database { pub connection: Rc>, - profile_id: i64, // @TODO multi-profile implementation + profile_id: i64, // multi-profile relationship @TODO } impl Database {