diff --git a/src/Explorer/Tables/Utilities.ts b/src/Explorer/Tables/Utilities.ts index c4abcf99c..b2af681a6 100644 --- a/src/Explorer/Tables/Utilities.ts +++ b/src/Explorer/Tables/Utilities.ts @@ -1,4 +1,3 @@ - /** * [Todo] disable any type of file. */ @@ -18,7 +17,7 @@ export function guid() { return Math.floor((1 + Math.random()) * 0x10000) .toString(16) .substring(1); - } + }; return s4() + s4() + "-" + s4() + "-" + s4() + "-" + s4() + "-" + s4() + s4() + s4(); }