Skip to content

Commit

Permalink
feat(pollux): Implement basic logic for credential schema update. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk committed Mar 17, 2023
1 parent 07605e6 commit 3c9db79
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ object CredentialSchemaService {

final case class UpdateError(id: UUID, version: String, author: String, message: String) extends Error

final case class UpdateError(id: UUID, version: String, author: String, message: String) extends Error

final case class UnexpectedError(msg: String) extends Error
}
}

0 comments on commit 3c9db79

Please sign in to comment.