@ -13,7 +13,7 @@ const grabClient = (token: Token | null, rawToken: string | null): SMClient => {
}
return new SMClient({
baseUrl: 'http://' + (token?.host || 'localhost'),
baseUrl: token?.host || 'localhost',
...authentication
})