Skip to content

Commit 3bd20d8

Browse files
committed
fix: drop unused variable & comment
1 parent e5e4f9e commit 3bd20d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/puppet_x/voxpupuli/gitlab/api_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ def initialize
1515
'Content-Type' => 'application/json',
1616
'Authorization' => "Bearer #{@token}",
1717
}
18-
# TODO: add ssl support
1918
@options = {
2019
include_system_store: true,
2120
}
22-
@metadata = {}
2321

2422
@http_client = Puppet.runtime[:http]
2523
end

0 commit comments

Comments
 (0)