Format all files with prettier
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ export async function randomArray(size: number): Promise<string> {
|
||||
if (err) {
|
||||
reject(err);
|
||||
} else {
|
||||
resolve(buf.toString("base64").replace(/=+$/g, ''));
|
||||
resolve(buf.toString("base64").replace(/=+$/g, ""));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user