Skip to content

Commit 25f8be9

Browse files
committed
Added return type
1 parent 0a0cb7a commit 25f8be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/src/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
/**
1919
* Checks whether host is a cloud workstation or not.
2020
*/
21-
export function isCloudWorkstation(host: string) {
21+
export function isCloudWorkstation(host: string): boolean {
2222
return host.endsWith('.cloudworkstations.dev');
2323
}

0 commit comments

Comments
 (0)