@@ -1,4 +1,3 @@
export function debugObject(obj: any): string {
return JSON.stringify(obj, null, 2)
return JSON.stringify(obj, null, 2);
}
The note is not visible to the blocked user.