Skip to content

Commit

Permalink
Merge pull request #19 from code0-tech/fix-translation-usage
Browse files Browse the repository at this point in the history
Fix translation usage in data type
  • Loading branch information
raphael-goetz authored Dec 16, 2024
2 parents 269bdd6 + 51f8462 commit 1c4e82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/shared/datatype_definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ message DataType {
FUNCTION = 7;
}

Translation name = 1;
Variant variant = 2;
Variant variant = 1;
repeated Translation name = 2;
repeated DataTypeRule rules = 3;
repeated DataType input_types = 4;
optional DataType return_type = 5;
Expand Down

0 comments on commit 1c4e82a

Please sign in to comment.