mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Update packages/mermaid/src/diagrams/class/classDb.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
		@@ -51,7 +51,7 @@ const splitClassIdAndType = function (_id: string) {
 | 
			
		||||
    genericType = sanitizeText(split[1]);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  return { classId: classId, type: genericType };
 | 
			
		||||
  return { classId, type: genericType };
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user