Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscheutz committed Nov 3, 2022
1 parent 1d89c8d commit 43acc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Secretive/Preview Content/PreviewStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension Preview {
self.secrets.append(contentsOf: new)
}

func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance) throws -> Data {
func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance, isRaw: Bool) throws -> Data {
return data
}

Expand Down

0 comments on commit 43acc26

Please sign in to comment.