Skip to content

Commit

Permalink
reverted test breaking and lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzzimmer committed Sep 9, 2024
1 parent b038120 commit aa468a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stroeer/core/v1/article.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ option go_package = "github.com/stroeer/go-tapir/core/v1;core";

message Article {
int64 id = 1;
string type = 2;
Type type = 2;
SubType sub_type = 3;
stroeer.core.v1.Reference section_tree = 4;
map<string, string> fields = 5;
Expand Down
2 changes: 1 addition & 1 deletion stroeer/curation/v1/core_curation_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ syntax = "proto3";
* @FileArticle ⚙︎ CurationService
*/

package foo;
package stroeer.curation.v1;

import "google/protobuf/timestamp.proto";
import "stroeer/core/v1/article.proto";
Expand Down

0 comments on commit aa468a1

Please sign in to comment.