Remove domain helper and fix typos
This commit is contained in:
parent
e5f06fc7b0
commit
af685ce3cc
2 changed files with 2 additions and 5 deletions
|
|
@ -1,3 +0,0 @@
|
|||
export function getDomainName(hostName: string) {
|
||||
return hostName.substring(hostName.lastIndexOf('.', hostName.lastIndexOf('.') - 1) + 1);
|
||||
}
|
||||
Reference in a new issue