fix(analytics): using HashSet to represent the returned metrics (#5179)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sandeep Kumar
2024-07-05 18:48:51 +05:30
committed by GitHub
parent ec01788bc4
commit 16e8f4b263
52 changed files with 214 additions and 114 deletions

View File

@ -26,6 +26,7 @@ pub mod diesel_exports {
Copy,
Debug,
Default,
Hash,
Eq,
PartialEq,
serde::Deserialize,