Remove domain helper and fix typos

This commit is contained in:
Luka Radenovic 2022-06-10 09:39:24 +02:00
parent e5f06fc7b0
commit af685ce3cc
2 changed files with 2 additions and 5 deletions

View file

@ -1,3 +0,0 @@
export function getDomainName(hostName: string) {
return hostName.substring(hostName.lastIndexOf('.', hostName.lastIndexOf('.') - 1) + 1);
}