@@ -1,4 +1,4 @@
|
||||
export function compareId (id1: string, id2: string) {
|
||||
export function compareId(id1: string, id2: string) {
|
||||
if (id1 === id2) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user