Skip to content

Commit

Permalink
fix(CompareComplyV1): Fix incorrect parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed Dec 7, 2018
1 parent 70795fa commit 4cfa292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/CompareComplyV1/CompareComply.swift
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ public class CompareComply {
*/
public func listFeedback(
feedbackType: String? = nil,
before: String? = nil,
after: String? = nil,
before: Date? = nil,
after: Date? = nil,
documentTitle: String? = nil,
modelID: String? = nil,
modelVersion: String? = nil,
Expand Down

0 comments on commit 4cfa292

Please sign in to comment.