Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ialimz committed Dec 13, 2021
1 parent 37d7baf commit bdf5450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/NetShears/Models/RequestModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public final class NetShearsRequestModel: Codable {
self.port = nil
self.duration = duration
self.credentials = [:]
self.isFinished = false
}

var curlRequest: String {
Expand Down

0 comments on commit bdf5450

Please sign in to comment.