Skip to content

Commit e15d1c1

Browse files
authored
Update src/vector/platform/WebPlatform.ts
1 parent 92a5787 commit e15d1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/platform/WebPlatform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default class WebPlatform extends VectorBasePlatform {
189189
const appName = [
190190
url.host,
191191
url.pathname.replace(/\/$/, ""), // Remove trailing slash if present
192-
].join('');
192+
].join("");
193193

194194
const ua = new UAParser();
195195
const browserName = ua.getBrowser().name || "unknown browser";

0 commit comments

Comments
 (0)