Skip to content

Commit

Permalink
fix(product): add missing imports for resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 10, 2024
1 parent 106ef81 commit be68bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protos/io/restorecommerce/product.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import "io/restorecommerce/price.proto";
import "io/restorecommerce/options.proto";

// Used by resolvers
import "io/restorecommerce/product_category.proto";
import "io/restorecommerce/product_prototype.proto";
import "io/restorecommerce/manufacturer.proto";
import "io/restorecommerce/property.proto";
import "io/restorecommerce/shop.proto";
Expand Down

0 comments on commit be68bdf

Please sign in to comment.