From 7e7a85742aece6e1e8b750a2cd9dc57643ade883 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Sat, 14 Mar 2026 14:13:43 +0100 Subject: [PATCH] :sparkles: Notify nitrate when creating a team inside an organization --- backend/src/app/nitrate.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/nitrate.clj b/backend/src/app/nitrate.clj index dfd034026e..36c2bd0b04 100644 --- a/backend/src/app/nitrate.clj +++ b/backend/src/app/nitrate.clj @@ -182,7 +182,7 @@ (str baseuri "/api/organizations/" organization-id - "/addTeam") + "/add-team") schema:team params))) (defn- get-subscription