From c5bc477747f4974df41b754763c44195c425fcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 10 Nov 2024 11:33:50 +0100 Subject: [PATCH] fix: Remove `uuid = "incrementing" from `Prose-example.toml` While it can be useful in a CI, this leads to unexpected errors when starting an API twice. --- Prose-example.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Prose-example.toml b/Prose-example.toml index f0f77a0..4cb53be 100644 --- a/Prose-example.toml +++ b/Prose-example.toml @@ -24,5 +24,4 @@ smtp_encrypt = false automatically_accept_invitations = true [debug_only.dependency_modes] -uuid = "incrementing" notifier = "logging"