Fix missing import

This commit is contained in:
Brian Carroll 2022-07-15 08:48:48 +01:00
parent 5fe5a8e8d5
commit 1c9becc252
No known key found for this signature in database
GPG Key ID: 9CF4E3BF9C4722C7

View File

@ -16,6 +16,7 @@ interface Http
imports [
Effect,
InternalTask,
Json,
Task.{ Task },
Encode.{ Encoding },
HttpTypes.{ Request, Header, TimeoutConfig, TrackerConfig, Part, Body, Response, Metadata, Error },