Skip to content

Commit

Permalink
updated RegisterUserPayload: + user_id: Uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaybu committed Dec 8, 2024
1 parent 63efff0 commit 79b31dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/userprofile-lambda/src/models/register.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
use serde::Deserialize;

use common::models::database as DB;
use uuid::Uuid;

#[allow(dead_code)]
#[derive(Deserialize, Debug)]
pub struct RegisterUserPayload {
user_id: Uuid,
routine: RoutineData,
scores: DB::PersonalityScores,
preferences: Vec<String>,
Expand Down

0 comments on commit 79b31dd

Please sign in to comment.