From dace2919db813c8e472fe4d6bd070fc477a4291f Mon Sep 17 00:00:00 2001 From: DominatorVbN Date: Mon, 10 Jan 2022 00:33:48 +0530 Subject: [PATCH] Change to test bitrise --- Sources/ElegantAPI/MultipartFormData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ElegantAPI/MultipartFormData.swift b/Sources/ElegantAPI/MultipartFormData.swift index b404792..79e1c92 100644 --- a/Sources/ElegantAPI/MultipartFormData.swift +++ b/Sources/ElegantAPI/MultipartFormData.swift @@ -8,7 +8,7 @@ import Foundation -/// Represents "multipart/form-data" for an upload. +/// Represents "multipart/form-data" for an upload task. public struct MultipartFormData { public init(data: Data, name: String, fileName: String? = nil, mimeType: String? = nil) {