mirror of
https://github.com/munki/munki.git
synced 2026-05-22 22:28:38 -05:00
Change pkginfo in middleware request to a 'let' declaration since it should not be changed by the middleware
This commit is contained in:
@@ -23,7 +23,7 @@ import Foundation
|
||||
public struct MunkiMiddlewareRequest {
|
||||
var url: String
|
||||
var headers: [String: String]
|
||||
var pkginfo: PlistDict?
|
||||
let pkginfo: PlistDict?
|
||||
}
|
||||
|
||||
public protocol MunkiMiddleware {
|
||||
|
||||
Reference in New Issue
Block a user