Skip to content

Commit

Permalink
fix golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Apr 24, 2024
1 parent 171003e commit 10e77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mls/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (s *Store) GetInboxLogs(ctx context.Context, batched_req *identity.GetIdent
type GroupedAddressLogEntry struct {
Address string
InboxId string
MaxAssociationSequenceId uint64 `bun:max_association_sequence_id",notnull"`
MaxAssociationSequenceId uint64
}

func (s *Store) GetInboxIds(ctx context.Context, req *identity.GetInboxIdsRequest) (*identity.GetInboxIdsResponse, error) {
Expand Down

0 comments on commit 10e77f6

Please sign in to comment.