review comment

This commit is contained in:
ameersohel45
2025-09-23 17:33:50 +05:30
parent b385c18ee2
commit e9e8e70f78

View File

@@ -152,7 +152,6 @@ func (c *DeDiRegistryClient) Lookup(ctx context.Context, req *model.Subscription
return nil, fmt.Errorf("invalid or missing publicKey in response")
}
// Optional fields - use blank identifier for non-critical fields
state, _ := data["state"].(string)
createdAt, _ := data["created_at"].(string)
updatedAt, _ := data["updated_at"].(string)