Skip to content

Commit d67ab0d

Browse files
authored
Update index.ts
1 parent f089940 commit d67ab0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default class LaunchpadUtils {
44
if (typeof window !== 'undefined' && window.hasOwnProperty('sap')) {
55
// @ts-ignore
66
sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function(oService){
7-
let hash =
7+
const hash =
88
(oService &&
99
oService.hrefForExternal({
1010
target: {
@@ -13,7 +13,7 @@ export default class LaunchpadUtils {
1313
},
1414
params: oParams,
1515
})) || "";
16-
let sintent = "#" + sSemObject + "=" + sAction;
16+
const sintent = "#" + sSemObject + "=" + sAction;
1717

1818
oService.isIntentSupported([sintent]).done(
1919
function (olntentSupported: object) {

0 commit comments

Comments
 (0)