Add Debug to Habit for printing.
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
use uuid::Uuid;
 | 
			
		||||
use serde::{Serialize, Deserialize};
 | 
			
		||||
 | 
			
		||||
#[derive(Serialize, Deserialize)]
 | 
			
		||||
#[derive(Serialize, Deserialize, Debug)]
 | 
			
		||||
pub struct Habit
 | 
			
		||||
{
 | 
			
		||||
	uid:String,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user