Skip to content

Commit cc7ab6b

Browse files
committed
refactor: change method name
1 parent abd096c commit cc7ab6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/ui5ApiService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const sapLibraryDefs: SapLibraryDefs = {
2020

2121
let apiBaseUrl: string;
2222

23-
export function setAPIBaseURL(apiUrl: string) {
23+
export function setApiBaseURL(apiUrl: string) {
2424
apiBaseUrl = apiUrl;
2525
}
2626

src/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function activate(context) {
4545
);
4646

4747
const apiBaseUrl = configuration.get("apiURL");
48-
ui5ApiService.setAPIBaseURL(apiBaseUrl);
48+
ui5ApiService.setApiBaseURL(apiBaseUrl);
4949

5050
ui5ApiService
5151
.loadUi5Objects()

0 commit comments

Comments
 (0)