Skip to content

Commit 8ebfa8e

Browse files
committed
Add types to utils params
1 parent 57e97ac commit 8ebfa8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/cloud/public/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 2.0.
66
*/
77

8-
export function getFullCloudUrl(baseUrl, dirPath) {
8+
export function getFullCloudUrl(baseUrl: string, dirPath: string) {
99
let fullCloudUrl = '';
1010

1111
if (baseUrl && dirPath) {

0 commit comments

Comments
 (0)