Skip to content

Commit

Permalink
fix: Avoid duplication in the definition names (#239)
Browse files Browse the repository at this point in the history
* fix: Avoid duplication in the definition names

* fix: Change file names to avoid collisions

* refactor: Undo rename
  • Loading branch information
kevinszuchet authored Jan 16, 2025
1 parent 5fa9a47 commit 3614ead
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/social_service.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
syntax = "proto3";
package decentraland.social;

import public "decentraland/social_service/v3/social_service.proto";
import public "decentraland/social_service/v3/social_service_v3.proto";

0 comments on commit 3614ead

Please sign in to comment.