56c5c4f (parent fdac5a3)5/14/2026, 11:10:51 AM
fix: use correct type
+ 1
- 1
@@ -5,7 +5,7 @@ require "./api/models/container"
 class Docker::Archive
   include Docker::ApiClientWrapper
 
-  def initialize(@client : Docker::Client, id : String)
+  def initialize(@client : Docker::Api::ApiClient, id : String)
   end
 
   # Method to get an archive from container