Skip to content

Commit 87b93fc

Browse files
committed
Lint
1 parent 843223d commit 87b93fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zcl_pacote.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ CLASS zcl_pacote IMPLEMENTATION.
412412
iv_val = zif_http_agent=>c_content_type-json ).
413413
ENDIF.
414414

415-
DATA(host) = zcl_url=>parse( url )->components-host.
415+
DATA(components) = zcl_url=>parse( url )->components.
416416

417417
" Get/set auth token
418-
DATA(auth) = zcl_http_login_manager=>get( host ).
418+
DATA(auth) = zcl_http_login_manager=>get( components-host ).
419419

420420
IF auth IS NOT INITIAL.
421421
result->global_headers( )->set(

0 commit comments

Comments
 (0)