mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
SonarCloud fixes (#4235)
This commit is contained in:
@@ -30,8 +30,8 @@ import StreamZip from 'node-stream-zip';
|
||||
import { NodesApi, SitesApi, TrashcanApi } from '../api';
|
||||
|
||||
export class Utils {
|
||||
static string257Long = 'x'.repeat(257);
|
||||
static string513Long = 'x'.repeat(513);
|
||||
static readonly string257Long = 'x'.repeat(257);
|
||||
static readonly string513Long = 'x'.repeat(513);
|
||||
|
||||
static random(): string {
|
||||
return crypto.getRandomValues(new Uint32Array(1))[0].toString(36).substring(0, 5).toLowerCase();
|
||||
|
Reference in New Issue
Block a user