fixed format issue

This commit is contained in:
sunilyadav840
2021-03-04 18:20:15 +05:30
parent fb441cd9ac
commit cc8614baad

View File

@@ -1,4 +1,3 @@
/** /**
* [Todo] disable any type of file. * [Todo] disable any type of file.
*/ */
@@ -18,7 +17,7 @@ export function guid() {
return Math.floor((1 + Math.random()) * 0x10000) return Math.floor((1 + Math.random()) * 0x10000)
.toString(16) .toString(16)
.substring(1); .substring(1);
} };
return s4() + s4() + "-" + s4() + "-" + s4() + "-" + s4() + "-" + s4() + s4() + s4(); return s4() + s4() + "-" + s4() + "-" + s4() + "-" + s4() + "-" + s4() + s4() + s4();
} }