bugfixing
This commit is contained in:
@@ -4,5 +4,5 @@ export interface User {
|
||||
id: string;
|
||||
name: string;
|
||||
role: string;
|
||||
chordMode: ChordMode
|
||||
chordMode: ChordMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user