feat: Add contact fields to hackathon and submission data; update registration service to handle string ID

This commit is contained in:
MythEclipse
2025-10-28 17:34:03 +07:00
parent 02421e9bc2
commit f7ca67d720
8 changed files with 42 additions and 23 deletions
@@ -1,6 +1,6 @@
use crate::v1::notifications::notification_schema::NotificationSchema;
use imphnen_libs::AppState;
use imphnen_utils::{get_id, make_thing};
use imphnen_utils::get_id;
use surrealdb::sql::Thing;
pub struct Repository<'a> {