Skip to content

Commit

Permalink
change protoId for newly added genericSignature (#1806)
Browse files Browse the repository at this point in the history
context: this clashed with a protoId from our internal schema extension :(
  • Loading branch information
mpollmeier authored Jan 14, 2025
1 parent 1923675 commit 8029ba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ object Hidden extends SchemaBase {
|""".stripMargin
)
.mandatory(PropertyDefaults.String)
.protoId(251)
.protoId(3000)

method.addProperty(genericSignature)
typeDecl.addProperty(genericSignature)
Expand Down

0 comments on commit 8029ba0

Please sign in to comment.