This commit is contained in:
Kostya
2023-12-06 17:24:46 +03:00
parent a290e3e3c2
commit 09088e5675

View File

@@ -6,5 +6,5 @@ export function
const code = parts[parts.length - 1]; const code = parts[parts.length - 1];
return code; return code
} }