Fix eraser. (#640)

This commit is contained in:
Max Goedjen
2025-08-26 23:14:07 -07:00
committed by GitHub
parent c52728a050
commit 6ce0510f21
2 changed files with 4 additions and 3 deletions

View File

@@ -96,7 +96,8 @@ extension Preview {
}
func create(name: String, attributes: Attributes) throws {
func create(name: String, attributes: Attributes) throws -> Secret {
fatalError()
}
func delete(secret: Preview.Secret) throws {