feat: make sure to run a distinct first
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-12 16:23:04 +02:00
parent 9cbef537c9
commit 33e6cd8a3a
4 changed files with 6 additions and 3 deletions

View File

@@ -18,3 +18,4 @@ uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
futures = "0.3.30"
reqwest = {version = "0.12.3", default-features = false, features = ["json", "rustls-tls"]}
itertools = "0.12.1"