Fixignoring bugs

This commit is contained in:
Max Goedjen
2020-11-12 23:48:56 -08:00
parent 8bbf489146
commit cd0a1b0a68
5 changed files with 74 additions and 23 deletions

View File

@@ -16,7 +16,9 @@ class PreviewUpdater: UpdaterProtocol {
self.update = Release(name: "10.10.10", html_url: URL(string: "https://example.com")!, body: "Critical Security Update")
}
}
func ignore(release: Release) {
}
}
extension PreviewUpdater {