Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 22, 2024
1 parent 2bc316b commit 9680615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/resource/types/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ package types
// This is in the `Binary` format, which is a Rust Vec<u8> type of a base64 encoded string of a JSON obj
type ResourceReqPacket struct {
// Id of the resource
//nolint:stylecheck
ResourceId string `json:"resourceId,omitempty"`
// Id of the collection
//nolint:stylecheck
CollectionId string `json:"collectionId,omitempty"`
}

0 comments on commit 9680615

Please sign in to comment.